bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

Clipping deformer & cosmetic fixes #80

Closed jatinkhilnani closed 4 years ago

jatinkhilnani commented 4 years ago
bmcfee commented 4 years ago

It looks like this PR only includes the cosmetic fixes?

jatinkhilnani commented 4 years ago
jatinkhilnani commented 4 years ago
jatinkhilnani commented 4 years ago

Along with changes per review comments, included the ones mentioned in comment above (not for older tests). Modified config to include pytest-cov==2.9.0, since v2.10.0 required pytest>=4.6 creating a conflict and causing build failure.

This does not completely resolve the CI check issues due to llvmlite>=0.31.0dev0->numba>=0.43.0->librosa>=0.4, as both the former packages are now compatible only with Python>=3.6. I see that librosa CI checks are now only performed for compatible Python versions. I suppose that needs to be modified here as well, or is there a workaround?

bmcfee commented 4 years ago

Thanks @jatinkhilnani ! I'll take the dependency issue in a separate thread, but yeah, we're generally overdue for some modernization.

jatinkhilnani commented 4 years ago

Thank you for the same. I have created another PR #82 for filter deformer, can include modernization (#81) changes in that one or contribute separately as well. Please suggest.