Fix NWBWidget-demo: update stale 000054 asset path#151
Merged
Conversation
The default cell pointed at sub-F2/sub-F2_ses-20190407T210000_behavior+ophys.nwb which no longer exists in dandiset 000054 (the dandiset's session naming scheme was reorganized to use sub-F2_ses-training-dayN / ses-testing-dayN). The previous path produced 'ValueError: path … not found in dandiset 000054.' at the first asset-search call. Picked sub-F2_ses-training-day1_behavior+ophys.nwb (1.4 GB) as the new default — a small representative file under the same subject. 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 |
h-mayorquin
approved these changes
May 13, 2026
Contributor
h-mayorquin
left a comment
There was a problem hiding this comment.
LGTM
There is something strange here. The comment says 30 GiB but the new file is smaller.
Is there something else going on here?
bendichter
added a commit
that referenced
this pull request
May 13, 2026
Brings in 4 recently-merged PRs: - #150 (Create_manifest pandas import) — auto-merged with bootstrap - #151 (NWBWidget-demo stale 000054 path) — auto-merged - #152 (DANDI User Guide Part I default dandiset) — auto-merged - #154 (codespell ignore 'makin') — auto-merged - #100 (001172 demo, already Colab-ready via 8fa9feb) All conflicts auto-resolved by git: each affected notebook has both master's content fix and #149's bootstrap cells. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bendichter
added a commit
to catalystneuro/example-notebooks
that referenced
this pull request
May 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The default asset path
sub-F2/sub-F2_ses-20190407T210000_behavior+ophys.nwbno longer exists in dandiset 000054 — the dandiset was reorganized to use ases-training-day{N}/ses-testing-day{N}naming scheme. The notebook errors out at the first_search_assetscall withValueError: path … not found in dandiset 000054.Updated to
sub-F2/sub-F2_ses-training-day1_behavior+ophys.nwb(1.4 GB), a small representative file under the same subject.Caught by the headless test sweep of #149.
🤖 Generated with Claude Code