rowanhowellGE

Results 5 comments of rowanhowellGE

I fixed this issue by using scipy version 1.7.3, rather than 1.9.0. Could this be added to dependencies?

I got a similar error ``` File "/opt/conda/lib/python3.9/site-packages/scipy/stats/_continuous_distns.py", line 3820, in _pdf return np.sqrt(2.0/np.pi)*np.exp(-x*x/2.0) FloatingPointError: underflow encountered in exp ``` This was solved by downgrading scipy to v1.7.3 for me.

`conda install scipy=1.7.3` should specifically install v1.7.3

Try removing scipy then try `conda install scipy=1.7.3` again?

Hmm I think this seems like an issue with conda, rather than deepsignal/tombo.