pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

can't run the MFCC + DTW example #18

Closed zhangboyang closed 7 years ago

zhangboyang commented 7 years ago
  File "mfcc.py", line 18, in <module>
    dist, cost, path = dtw(mfcc1.T, mfcc2.T)
TypeError: dtw() missing 1 required positional argument: 'dist'

maybe the example should be updated?

pierre-rouanet commented 7 years ago

I'll updated the example here: https://github.com/pierre-rouanet/dtw/pull/19

Can you check if everything is ok on your side before I merge it?

zhangboyang commented 7 years ago

Yes, the dtw() now works

viswabhaskar commented 4 years ago

File "C:\Users\VISWA\Desktop\Misc\record\diff.py", line 18, in dist, cost, path = dtw(mfcc1.T, mfcc2.T) TypeError: dtw() missing 1 required positional argument: 'dist'

i getting this error