sigsep / sigsep-mus-eval

museval - source separation evaluation tools for python
https://sigsep.github.io/sigsep-mus-eval/
MIT License
202 stars 36 forks source link

add warning if evaluation on only one estimate #61

Closed Chadys closed 5 years ago

Chadys commented 5 years ago

Fix issue #52 I added a warning plus corresponding test, I also corrected prepare_tests.sh because paths were incorrect : 'data/' is not needed since a cd data is done before. Tell me if I should create two separate pull request instead for this issue.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 253


Totals Coverage Status
Change from base Build 251: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls
faroit commented 5 years ago

This is great. Thanks.

I am currently working on a bigger update. Either I will merge this when #56 is ready (which would require changes). or you can directly change to the target branch to musdb3_compability

Chadys commented 5 years ago

I changed the target branch and made the needed changes

faroit commented 5 years ago

Great. Thanks a lot!