p2p-ld / numpydantic

Type annotations for specifying, validating, and serializing arrays with arbitrary backends in Pydantic (and beyond)
https://numpydantic.readthedocs.io/
MIT License
66 stars 1 forks source link

close hdf5 files, use hdfpy 3.12 #28

Closed sneakers-the-rat closed 1 month ago

sneakers-the-rat commented 1 month ago

There wasn't actually a bug in h5py 3.12, hdf5 just started enforcing consistent behavior on locking the same file when it's open in multiple places, as explained here: https://github.com/h5py/h5py/issues/2506

u live and u learn

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11063851845

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 11043742688: 0.0%
Covered Lines: 1192
Relevant Lines: 1207

💛 - Coveralls