-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Description
228 out_interval = time_interval / (60 * 60)
229 else:
--> 230 out_interval = np.around(time_interval * ann.fs).astype(np.int)
232 if as_array:
233 return out_interval
File ---/venv/lib/python3.10/site-packages/numpy/init.py:284, in getattr(attr)
281 from .testing import Tester
282 return Tester
--> 284 raise AttributeError("module {!r} has no attribute "
285 "{!r}".format(name, attr))
error: np has no attribute np.int
np.int was deprecated in 2021
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels