con / nwb2bids

Reorganize NWB files into a BIDS directory layout.
1 stars 1 forks source link

Drop dependency on numpy #8

Open TheChymera opened 3 months ago

TheChymera commented 3 months ago

I wonder if we could do the tests without numpy. Currently it's needed to generate the example data..

yarikoptic commented 3 months ago

numpy is such a core dependency and you will need pynwb anyways probably to load metadata from .nwb files, so I do not see reason to strive to drop numpy. Or what am I missing?