-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue
DandiPathtypically stores the original raw nwb file rather than the copy file (_.nwb) made by spyglass- The logic for checking for the original file got moved here by Allow recompute via
_make_filefunc #1093 - Works for streaming the file, but the key on
__open_nwb_filesis now the original raw file name rather than the copy raw file name - Creates error when accessing the file late
Soln
- Move the check logic into
_open_nwb - make the key from the copy file path
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working