Closed tanders closed 3 months ago
Thanks for reporting this. Would you mind creating a PR for this? :)
Thanks for coming back. Will do.
Turns out, this (and other) unused scipy imports are already fixed in the current main branch. I had imported MSAF with pip using the last release, and that still contains the problem. So, I will simply use the latest main branch instead.
Again, thanks for all your work you put into this!
Oh, I forgot about it! Thanks for looking into it, and glad to know it's all fixed on main. I should upgrade the pip version soon. Thanks for your kind words :)
+100 on msaf and the work you've put into it 👏 👏 . I would also love if you cut a tag/new-release to grab the latest changes since msaf 0.1.80
🚀
Thanks for MSAF!
When importing this library (with python3.10 and a recent scipy version, seemingly 1.14.0), I ran into the following error:
I checked your source file msaf/pymf/sivm_search.py, at it appears the imported
inf
is not used anyway in that file. So, simply removing that import statement might already fix this problem.All the best, Torsten