Commit 44375cb
TESTING - BUG FIX - Resolve the toroidal range before sing_lim!
develop added a guard requiring intr.nlow/nhigh to be assigned before sing_lim!,
since set_psilim_via_dmlim truncates at (last_rational_q + dmlim)/n and so needs n,
and fixed the ordering in runtests_parallel_integration.jl. This test file copied the
old ordering from that file before the guard existed; the rebase carried it forward
because the two files never overlap textually, so git merged them cleanly while the
semantics diverged.
Only the multi-threaded CI leg surfaced it: the Solovev testset does not truncate via
dmlim, and the single-threaded legs skip the whole testset because effective_threads
collapses to 1 there. No thread-invariance claim is affected — the failure was an
exception during setup, not a comparison mismatch.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 66c2030 commit 44375cb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments