uberduck-ai / uberduck-ml-dev

ML models for Uberduck
Apache License 2.0
377 stars 61 forks source link

Tests passing locally but not in github action #130

Closed sjkoelle closed 1 year ago

sjkoelle commented 1 year ago

fft_window = pad_center(fft_window, filter_length) TypeError: pad_center() takes 1 positional argument but 2 were given

I think could be a librosa versioning issue from the recent 0.10.0 release. The tests pass with librosa==0.8.0 so I updated the dependency. Lets see what happens.