Closed KatharineShapcott closed 1 year ago
Ha, good catch! Yes, seems like rly/ndx-events#3 is the culprit here. Since we cannot really control how people access the data once it's inside the NWB file, do you think it makes sense to mention this in the project README? Given the numerous dependencies the code requires already, I think it might be beneficial to package the script, so people can simply pip install
it. What do you think?
Yes I think that would be a helpful solution. Especially since open_ephys.analysis isn't on pip yet and has dependencies of its own.
Here I didn't import ndx_events first, if I do everything is fine.
Maybe related to this issue? https://github.com/rly/ndx-events/issues/3
Although if I use load_namespaces=True everything is then fine (unlike in the issue):