Open stephprince opened 6 months ago
Attention: Patch coverage is 45.00000%
with 66 lines
in your changes missing coverage. Please review.
Project coverage is 82.25%. Comparing base (
a63387d
) to head (12bc84c
).
:exclamation: There is a different number of reports uploaded between BASE (a63387d) and HEAD (12bc84c). Click for more details.
HEAD has 7 uploads less than BASE
| Flag | BASE (a63387d) | HEAD (12bc84c) | |------|------|------| |unit|4|1| |integration|4|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Motivation
Addresses several issues summarized in #1808. This is a breaking change for the next major release.
validate
returns the same output whetherpaths
orio
is providedpynwb-validate
entry pointpython -m pynwb.validation_cli "test.nwb"
as an alternative to the entry pointvalidate
andvalidation cli
docstrings to point users to NWB inspectorpynwb.validate
intopynwb.validation
module so thatvalidate
is the function name andvalidation
is the module nameThis PR also modifies the validate method so that it
TODO
ZarrIO
Checklist
flake8
from the source directory.