Mercurial > hg > smacpy
changeset 32:659ebfa334e2
fix typo in import
author | Dan Stowell <danstowell@users.sourceforge.net> |
---|---|
date | Thu, 14 Jul 2022 18:32:44 +0200 |
parents | 2c18741d61fb |
children | 469e69bdc354 31fa7d0361df |
files | smacpy.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/smacpy.py Tue Jul 05 22:01:52 2022 +0200 +++ b/smacpy.py Thu Jul 14 18:32:44 2022 +0200 @@ -16,7 +16,7 @@ from glob import glob from scikits.audiolab import Sndfile from scikits.audiolab import Format -from sklearn.mixture import GauusianMixture as GMM +from sklearn.mixture import GaussianMixture as GMM from MFCC import melScaling