Fix 001712 notebooks#166
Conversation
The notebook had `USE_DANDI = False` as the default, which routes to a hardcoded Windows path `E:/IBL-widefield-nwbfiles/full/` that only exists on the original author's machine. Colab users (and anyone else who clicks 'Open in Colab') get: ValueError: Expected 1 file, found 0 for pattern sub-FD-28/... The other two notebooks in the same PR already default `USE_DANDI = True` — this one was the outlier, probably toggled to False during local development and not flipped back before submitting. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
Closing as superseded — thanks for the work here, @alessandratrapani. Since this PR was opened (May 14), master gained reworked versions of these notebooks in commit
001712 is not on either exclusion list, so master's versions are actively CI-tested. Merging this PR as-is would regress them (strip the bootstrap cells and re-break CI), so there's nothing to gain by rebasing it. If any substantive analysis fix you made here didn't make it into the |
--> see #142 (comment)