pynwb icon indicating copy to clipboard operation
pynwb copied to clipboard

Support validation against cached namespace via flag on pynwb.validate

Open oruebel opened this issue 3 years ago • 0 comments

The pynwb.validate function currently validates by default against the core namespace, whereas the command line validator by default uses the cached namespace. The functionality to use cached namespaces should be moved/ported to the validate function.

This is related to the following DANDI issue https://github.com/dandi/dandi-cli/issues/917

Checklist

  • [X] Have you ensured the feature or change was not already reported?
  • [X] Have you included a brief and descriptive title?
  • [X] Have you included a clear description of the problem you are trying to solve?
  • [X] Have you included a minimal code snippet that reproduces the issue you are encountering?
  • [X] Have you checked our Contributing document?

oruebel avatar Feb 18 '22 19:02 oruebel