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

Add file create data appending #1163

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Apr 13, 2021

  1. src/pynwb/file.py: Rewrite the file_create_date setting code

    Using an if/elif chain is easier to understand.
    t-b committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f71e31a View commit details
    Browse the repository at this point in the history
  2. src/pynwb/file.py: Add new entry to file_create_date on non-read-only…

    … load
    
    The file_create_date entry holds according to [1]
    
      A record of the date the file was created and of subsequent modifications.
    
    But until now we never added additional entries to file_create_date.
    
    We now do that when the file is not opened read-only.
    
    [1]: https://nwb-schema.readthedocs.io/en/latest/format.html#nwb-n-file
    t-b committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3fb6358 View commit details
    Browse the repository at this point in the history