-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- This line was added to
fetch_nwbas part of the custom AnalysisNwbfile tables PR
spyglass/src/spyglass/utils/dj_helper_fn.py
Line 365 in 32b6950
attrs = list(attrs) + ["nwb2load_filepath"] - Fetching this attribute requires accessing through the
externalstable - Raises an error for dandi-loaded files which don't exist locally
solution
- Previously this was only fetched for non-dandi files
- The value of this key is getting overwritten within the following loop here anyways
- I think we could just skip the fetch caused by the error line above
@CBroz1 , there's a comment at the line I mentioned that it solves an error for the custom tables. Do you know if there's some reason I'm missing that it's still necessary
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working