Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BF(workaround): loop through namespaces while validating nwb #1036

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 29, 2022

  1. BF(workaround): loop through namespaces while validating nwb

    To overcome problems like presented in dandi/helpdesk#43
    this introduces solution proposed by @orugbel in #917 (comment)
    
    Unfortunately there were no release of pynwb with that function yet, so we
    are doomed to duplicate code and do it "manually" here for now
    
    Closes #917
    yarikoptic committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    eaeb8c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Update dandi/pynwb_utils.py

    Co-authored-by: John T. Wodder II <[email protected]>
    satra and jwodder authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0d4fb0c View commit details
    Browse the repository at this point in the history
  2. Code improvements and bugfix from code review

    Co-authored-by: John T. Wodder II <[email protected]>
    yarikoptic and jwodder authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    259ae0d View commit details
    Browse the repository at this point in the history