# HG changeset patch # User Dan Stowell # Date 1657816364 -7200 # Node ID 659ebfa334e25076e960d81dc5ce8aaa929deaea # Parent 2c18741d61fbb9a21d4b77d488bcef1d0535c6c8 fix typo in import diff -r 2c18741d61fb -r 659ebfa334e2 smacpy.py --- 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