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
fp-stability: ascii-only — convert em-dash/arrow/math glyphs in comments + output
Replaced non-ASCII in the toolchain (em-dash/en-dash -> '-', '->' for arrows, '>=' for >=, '+/-', '~' for approx, 'inf'/'Linf' for the infinity glyph, '...' for ellipsis) across fp_stability*.py, verrou.sh, and the fp-stability command help. Display/comment text only; no logic change. The viz command's pre-existing glyphs are left untouched (not part of this PR).
raiseMFCException(f"case has {cells:,} cells — too large for Verrou (~30x slowdown, run many times). "f"Use a coarsened proxy (<= {FP_CASE_MAX_CELLS:,} cells).")
536
+
raiseMFCException(f"case has {cells:,} cells - too large for Verrou (~30x slowdown, run many times). "f"Use a coarsened proxy (<= {FP_CASE_MAX_CELLS:,} cells).")
537
537
ifwork>FP_CASE_MAX_WORK:
538
538
raiseMFCException(
539
-
f"case is ~{work:,} cell-steps ({cells:,} cells x {t_stop} time steps) — too slow under "
539
+
f"case is ~{work:,} cell-steps ({cells:,} cells x {t_stop} time steps) - too slow under "
540
540
f"Verrou (~30x, run many times). Reduce m/n/p or t_step_stop (target <= {FP_CASE_MAX_WORK:,} cell-steps)."
raiseMFCException("Verrou install failed (see output above). Fix the issue and re-run, install manually with `bash toolchain/bootstrap/verrou.sh`, or pass --verrou-binary PATH.")
0 commit comments