-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reconcile io path validator differences * make io and path output the same * update tests for io validation * add test that io and path output is same * update tests for io output with status * add validate helper function and fix status tracking * update arguments and status checks * fix test comparing io and path outputs * update error message for io inputs * add tests to compare all io and path outputs * remove script for testing * add initial json export option * update validator inputs and outputs, remove hdf5io references * update tests for non status output * add tests for json validator output * move pynwb.validate into validation module * update json report * add validation entry point * separate cli and validation function files * update validation tutorial * move get_backend to pynwb init * update example validation for new io behavior * update ruff ignores * fix test comments * update CHANGELOG * add tests for _get_backend * update backend imports for optional zarr * fix test name * update test filename * close io after validation * fix test assertion * add condition for ros3 validation * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Ryan Ly <rly@lbl.gov> * update cli args and docs * fix formatting * update json-file-path argname * update extension tutorial * Apply suggestions from code review Co-authored-by: Ryan Ly <rly@lbl.gov> * warn for positional args in validation --------- Co-authored-by: Ryan Ly <rly@lbl.gov>
- Loading branch information
1 parent
e47cd5a
commit f02e61b
Showing
13 changed files
with
465 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.