NeurodataWithoutBorders / nwbinspector

Tool to help inspect NWB files for compliance with NWB Best Practices
https://nwbinspector.readthedocs.io/
Other
17 stars 10 forks source link

[Bug]: HDMF 3.5.5 breaks streaming tests #365

Open CodyCBakerPhD opened 1 year ago

CodyCBakerPhD commented 1 year ago

What happened?

As seen from daily reports: https://github.com/NeurodataWithoutBorders/nwbinspector/actions/workflows/dailies.yml

The consistent failures with the streaming tests started after the latest release of HDMF 3.5.5

@rly any idea why this would happen? See https://github.com/NeurodataWithoutBorders/nwbinspector/actions/runs/4734489840/jobs/8403485492 for instance of the failure logs

Operating System

None

Python Version

None

Were you streaming with ROS3?

None

Package Versions

Copy and paste your output here

Code of Conduct

bendichter commented 1 year ago

We should fix this, but it also might be a good time to consider migrating streaming over to fsspec, which should not have the same issues.