Commit b7e332c
Label ncondition as callback condition calls (#4058)
`ncondition` counts every callback condition evaluation, discrete included.
Printing it as "rootfind condition calls" makes a solve with only discrete
callbacks look like it is doing continuous-callback rootfinding, which sent a
debugging session down the wrong path.
Covers DiffEqBase's fallback `Stats` show method, used when SciMLBase does not
define `DEStats`, and the DiffEqDevTools work-precision axis label that was
copied from it.
Claude-Session: https://claude.ai/code/session_01DKB6v14nZHZPYtKiLsPLDT
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent d78527d commit b7e332c
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments