You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v0.4.13
DANDI Configuration
check_subject_sex, check_subject_species, check_subject_age, check_subject_proper_age_range are now elevated to CRITICAL importance when using the "DANDI" configuration. Therefore, these are now required for passing dandi validate.
Improvements
Enhanced human-readability of the return message from check_experimenter_form. PR #254
Extended check for Subject.age field with estimated age range using '/' separator. PR #247
Allowed network-dependent tests to be skipped by specifying the NWBI_SKIP_NETWORK_TESTS environment variable. PR #261
New Checks
Added check for existence of IntracellularElectrode.cell_idPR #256
Added check that bounds of age range for Subject.age using the '/' separator are properly increasing. PR #247
Added check for existence of IntracellularElectrode.cell_idPR #256
Added check for shape consistency between reference_images and the x, y, (z) dimensions of the image_mask of PlaneSegmentationobjects. PR #257
Fixes
Fixed the folder-wide identifier pre-check for inspect_all to read NWB files with extensions. PR #262