Closed jonesmg closed 6 months ago
An instance of np.float instead of float in instrument.py (line 728) caused STIPS to crash for me. Switching to float solved the problem.
np.float
float
This issue looks like it was resolved with a fix in version 2.1.0.
An instance of
np.float
instead offloat
in instrument.py (line 728) caused STIPS to crash for me. Switching tofloat
solved the problem.