-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add LabelledDict default search key * add neurodata specific name for data_id * index all objects in an NWB file * drop neurodata_id rename, rename data_id to object_id * fix import, add object_id resolution to roundtrip test * Clean up tests and check object id matches in roundtrip tests * Make test modular storage not extend testroundtrip * Test string printing in roundtrip properly * Set parent attribute instead of using add_child (deprecated) * Add script to add object ID to files without it * Add copy() to nwbfile, dynamictable, add settable field to nwbfields
- Loading branch information
Showing
6 changed files
with
187 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
Usage: python add_object_id filename | ||
""" | ||
|
||
|
||
from h5py import File | ||
from uuid import uuid4 | ||
import sys | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.