You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip sim CSVs exceeding a configurable size limit (#19)
Add CSV_MAX_SIZE_MB constant (default 20 MB) and a csv_max_size_mb
keyword argument threaded through main → test_model → run_simulate and
generate_report → _cmp_cell. When a sim CSV exceeds the limit a
.toobig marker file is written alongside it; the report shows "(CSV N/A)"
for those models. The CSV is kept on disk for local inspection but
excluded from the gh-pages upload via an rsync exclude list generated
from the .toobig markers.
Also removes a stray @show debug line from _bm_sha.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments