Cosmic-ray / earthquake correlation analysis pipeline: data ingestion, surrogate significance tests, GPU acceleration, out-of-sample validation
Find a file
root 14a108d71a Fix RangeIndex crash in script 07 seismic load
When load_usgs returns an empty DataFrame it has a RangeIndex, causing
resample("1D") to throw TypeError. Guard with an isinstance check and
fall back to a zero series so the rest of the pipeline continues.

Also aligns expected usgs-dir path with what script 06 wrote.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 00:45:07 +02:00
config Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
results Add pre-registration and data availability report 2026-04-22 02:45:19 +02:00
scripts Fix RangeIndex crash in script 07 seismic load 2026-04-24 00:45:07 +02:00
src/crq Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
tests Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
.gitignore Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
claude.md Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
pyproject.toml Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00