Commit 06d77a4
Fix Julia 1.10 LTS: remove duplicate unconditional import
The unconditional import of calc_rosenbrock_differentiation on line 35
conflicts with the conditional @static if block below (lines 42-50).
On Julia 1.10, the registry version of OrdinaryDiffEqDifferentiation
doesn't export this function, so the unconditional import fails.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 83f1dc1 commit 06d77a4
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments