Skip to content

Replaced deprecated numpy data types np.bool, np. int and np.float with builtin types to fix #82.

Daniel Scheffler requested to merge enhancement/fix_numpyDeprecationWarning into dev

This fixes #82 (closed). Please check that all tests are running properly before merging. SICOR contains millions of numpy data types...

Merge request reports