79815545

Date: 2025-11-10 11:45:07
Score: 1.5
Natty:
Report link

Instead of downgrading Scipy, I did a find/replace in called .py files and changed the line:

from scipy import interp

to:

from numpy import interp

It seems that everything is working now, but with every version upgrade of libraries calling scipy.interp, additional edits will be necessary.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Miha Kočevar