Commit d568a92
committed
Restrict nopre compat to OrdinaryDiffEqLowOrderRK/Tsit5 v2 only
Changing from "1.2.0, 2" to "2" forces the nopre sub-environment to
always resolve OrdinaryDiffEqLowOrderRK v2 and OrdinaryDiffEqTsit5 v2
(which require OrdinaryDiffEqCore v4 + SciMLBase v3).
This avoids the OrdinaryDiffEqCore v3.33.1 precompilation failure caused
by a bug where that version calls SciMLBase.derivative_discontinuity!
(only available in SciMLBase v3) while its compat specifies SciMLBase v2.
The nopre test environment switches sub-environments mid-session and
cannot mix SciMLBase v2 (main env) and the failing ODECore v3.33.1.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 038c0f5 commit d568a92
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments