Skip to content

Fix NWBWidget-demo: update stale 000054 asset path#151

Merged
bendichter merged 2 commits into
masterfrom
fix-nwbwidget-demo-stale-path
May 13, 2026
Merged

Fix NWBWidget-demo: update stale 000054 asset path#151
bendichter merged 2 commits into
masterfrom
fix-nwbwidget-demo-stale-path

Conversation

@bendichter
Copy link
Copy Markdown
Member

The default asset path sub-F2/sub-F2_ses-20190407T210000_behavior+ophys.nwb no longer exists in dandiset 000054 — the dandiset was reorganized to use a ses-training-day{N} / ses-testing-day{N} naming scheme. The notebook errors out at the first _search_assets call with ValueError: 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

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>
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@bendichter bendichter requested a review from h-mayorquin May 12, 2026 22:52
Copy link
Copy Markdown
Contributor

@h-mayorquin h-mayorquin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 bendichter merged commit c5db6f6 into master May 13, 2026
1 check passed
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
Brings the PR branch up to date with recent merges (codespell fix,
Colab-ready notebooks via PRs dandi#100/dandi#150/dandi#151/dandi#152, etc).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants