nwb-linkml/nwb_linkml
sneakers-the-rat 34f8969fa9 Like 15 validation errors away from fully reading a file.
Just going to make a special completion phase for the top-level NWBFile because it's so special cased it's not worth trying to generalize.

- Resolving hardlinked datasets in read maps
- Resolving 2nd-order empty groups
- Completing container groups
- Move fixing references to recursive function
- Multiple passes for a given phase
- NDArrayProxies should resolve dask or h5py reading on their own
- Correctly build split schema from PydanticProvider instead of needing external logic
2023-10-02 22:19:11 -07:00
..
src/nwb_linkml Like 15 validation errors away from fully reading a file. 2023-10-02 22:19:11 -07:00
tests Correctly handle container classes, use dicts instead of lists to be able to index by name. overriding __getitem__ and __getattr__ later 2023-09-26 20:50:11 -07:00
.coveragerc regenerating models, some minor code cleanup and coverage omissions 2023-09-15 00:37:20 -07:00
poetry.lock Use dask instead of trying to make a dataframe 2023-09-26 19:50:49 -07:00
pyproject.toml Use dask instead of trying to make a dataframe 2023-09-26 19:50:49 -07:00
README.md some baseline tests, fixing imports, coverage reports 2023-09-05 21:47:41 -07:00