Skip to content

Commit ee33c4c

Browse files
Improve Downstream testing
SciML/SciMLSensitivity.jl#1189 highlights that the downstream tests that are failing for SciMLSensitivity.jl are actually Enzyme issues with v1.11. These are now being tracked here EnzymeAD/Enzyme.jl#2318 for the Enzyme developers to work on. But there are certain things we've been weary about, like: * #997 * #998 Because of failing downstream tests. But that's counter productive: we're not improving our autodiff interfaces because we see failures, but those aren't failures of our autodiff interfaces, those are Enzyme failures. So for now the solution seems to be to go to v1.10 in these downstream tests and increase the coverage of SciMLSensitivity, and focus on our parts. We can re-enable "1" when Enzyme is ready for it, but for now it's just noise.
1 parent f9f725b commit ee33c4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Downstream.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: [1]
17+
julia-version: ['1.10']
1818
os: [ubuntu-latest]
1919
package:
2020
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
@@ -57,6 +57,7 @@ jobs:
5757
- {user: SciML, repo: SciMLSensitivity.jl, group: Core5}
5858
- {user: SciML, repo: SciMLSensitivity.jl, group: Core6}
5959
- {user: SciML, repo: SciMLSensitivity.jl, group: Core7}
60+
- {user: SciML, repo: SciMLSensitivity.jl, group: Core8}
6061
- {user: SciML, repo: Catalyst.jl, group: All}
6162

6263
steps:

0 commit comments

Comments
 (0)