Commit aafecef
Fix Regression_II: use TSRKC3() directly instead of OrdinaryDiffEq.OrdinaryDiffEqStabilizedRK.TSRKC3() (#3450)
`OrdinaryDiffEqStabilizedRK` is not a submodule of `OrdinaryDiffEq` on v7
(the main module only re-exports a small set of algorithms). The test file
already imports `OrdinaryDiffEqStabilizedRK` on line 3, and `TSRKC3` is
exported from it, so just use the bare name.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4fc9c2c commit aafecef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments