From f92f8ed69a16ab86c7308b4b8d8b6fcb5e5b27c6 Mon Sep 17 00:00:00 2001 From: Youngmin Park Date: Wed, 14 Jun 2023 19:25:58 -0400 Subject: [PATCH] Update common.py int can no longer be directly imported from numpy --- PyDSTool/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyDSTool/common.py b/PyDSTool/common.py index 761be83a..6e13d55d 100755 --- a/PyDSTool/common.py +++ b/PyDSTool/common.py @@ -17,7 +17,7 @@ searchsorted, isfinite, shape, mat, sign, any, all, sometrue, alltrue, \ array, swapaxes, zeros, ones, finfo, double, exp, log, \ take, less_equal, putmask, ndarray, asarray, \ - int, float, complex, complexfloating, integer, floating, \ + float, complex, complexfloating, integer, floating, \ int_, int0, int8, int16, int32, int64, float_, float32, float64, \ complex_, complex64, complex128, argmin, argmax from numpy.linalg import norm