NeurodataWithoutBorders / nwbwidgets

Explore the hierarchical structure of NWB 2.0 files and visualize data with Jupyter widgets.
https://nwb-widgets.readthedocs.io/en/latest/
Other
48 stars 21 forks source link

[Bug]: numpy scalar type (`np.float`) deprecated as of v1.24.0 #287

Closed bjhardcastle closed 1 year ago

bjhardcastle commented 1 year ago

What happened?

Exception raised on use of np.float

This and other numpy scalar types are deprecated as of numpy 1.22.0, and raise errors as of 1.24.0: https://numpy.org/doc/stable/release/1.20.0-notes.html#deprecations

Steps to Reproduce

No response

Traceback

No response

Operating System

Linux

Python Version

3.9

Package Versions

numpy == 1.24.*

Code of Conduct

bjhardcastle commented 1 year ago

Addressed here: https://github.com/NeurodataWithoutBorders/nwbwidgets/pull/288

CodyCBakerPhD commented 1 year ago

fixed by #288