Skip to content

fix: correct pooch download URL for example WAV file - #13

Merged
bluemellophone merged 1 commit into
Kitware:mainfrom
mattdawkins:fix-example-download-url
Aug 17, 2026
Merged

fix: correct pooch download URL for example WAV file#13
bluemellophone merged 1 commit into
Kitware:mainfrom
mattdawkins:fix-example-download-url

Conversation

@mattdawkins

Copy link
Copy Markdown
Member

Summary

  • Fix the pooch download URL in batbot.example() from https://github.com/Kitware/batbot/example1.wav to https://raw.githubusercontent.com/Kitware/batbot/main/examples/example1.wav
  • The previous URL is not a valid raw file download URL — GitHub does not serve file content at repository root URLs
  • The fallback download path (when the local file doesn't exist) would always fail

Test plan

  • Remove local examples/example1.wav and run batbot.example() — verify it downloads successfully

🤖 Generated with Claude Code

The URL https://github.com/Kitware/batbot/example1.wav is not a valid
file download URL. GitHub does not serve raw file content at repository
root URLs. Use the raw.githubusercontent.com URL pointing to the
correct path under examples/.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bluemellophone
bluemellophone merged commit a52a4fc into Kitware:main Aug 17, 2026
7 of 8 checks passed
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