nwb-linkml/nwb_linkml
sneakers-the-rat 6bbf56d1a0 Make all maps exclusive
Track dependencies in build results and dont try and complete model if dependencies not alreay completed (ie. need multiple passes to complete, which is the correct behavior)
Use base models in dynamic tables, we should fix the dynamictable base class rather than just having everything be an anonymous BaseModel in order to satisfy type validation
Clear completed queue when advancing stages - we should make sure to move everything to completed with maps rather than implicitly keeping things in completed when they aren't - so we might be getting old versions of results that aren't actually fully completed but have some reference stubs still in them.
2023-09-27 20:07:39 -07:00
..
src/nwb_linkml Make all maps exclusive 2023-09-27 20:07:39 -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