lucas-vizru
lucas-vizru
I am using python 3.13 neofuzz-0.3.4 pynndescent-0.5.13
I am using Joblib 1.4.2 I can use any version of python I want for this If you can share your environment details I can set mine to match
I think the reason your tests pass (Test passes for me too) My example is using a different process than your test covers Your test covers process = Process(make_pipeline(SubWordVectorizer(), NMF(20)))...
Confirmed, older version of neofuzz works. I also had to use numpy==1.26.4 That is due to this error: AttributeError: `np.infty` was removed in the NumPy 2.0 release. Use `np.inf` instead....
Thanks for the support! Library issues SUCK so I really appreciate it man!