cosmicraysandearthquakes/scripts
root faf43d8b9e Fix GPU OOM and None-format bugs in script 08
surrogates_gpu.py: auto_batch_size was missing the irfft output buffer
(batch × T × 4 bytes) from its per-surrogate VRAM estimate, causing OOM
on long series (T≈3600). Added the missing term.

08_combined_timeseries.py: write_combined_report crashed with TypeError
when in-sample load failed (keys absent → None). Added _fv() helper that
formats None values as "N/A" instead of failing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 07:33:21 +02:00
..
01_download_data.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
02_homola_replication.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
03_stress_test.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
04_detrended_analysis.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
05_geographic_localisation.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
06_check_data_availability.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
07_out_of_sample.py Fix RangeIndex crash in script 07 seismic load 2026-04-24 00:45:07 +02:00
08_combined_timeseries.py Fix GPU OOM and None-format bugs in script 08 2026-04-24 07:33:21 +02:00
benchmark_gpu.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00
catalog_completeness_check.py Initial commit: full analysis pipeline source code 2026-04-22 02:45:10 +02:00