Skip to content

🐛 fix deprecated np.float and np.int by replacing with np.float64 and np.int64

Luca Choi requested to merge luca98c/fepydas:numpy-fix into master

🐛 fix in NumPy 1.20 deprecated np.float and np.int by replacing with np.float64 and np.in64. (See issue #1 (closed))

Edited by Luca Choi

Merge request reports