Commit 086e6e7
committed
Remove trait dispatch tests from BDF initdt tests for Julia 1.10 compatibility
On Julia 1.10, non-exported names cannot be accessed from outside a module
even with qualified `Module.name` syntax. The `initdt_alg`, `DefaultInitDt`,
and `StiffInitDt` names are not exported from OrdinaryDiffEqCore, so the
trait dispatch tests fail on LTS. Remove these nice-to-have tests rather
than exporting internal implementation details.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent 934dc0a commit 086e6e7
1 file changed
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 7 | | |
19 | 8 | | |
20 | 9 | | |
| |||
0 commit comments