Commit 97c220a
Fix: Use Enzyme instead of non-existent EnzymeRules package
EnzymeRules is not a standalone package - it's part of Enzyme.
Correct extension setup:
- import Enzyme: EnzymeRules (not import EnzymeRules)
- Enzyme as weakdep (not EnzymeRules)
- SciMLBaseEnzymeExt = "Enzyme" (not "EnzymeRules")
This fixes the AbstractSensitivityAlgorithm inactive_type rule for
SciMLSensitivity.jl#1225 where Enzyme fails when sensealg is passed
to ODEProblem constructor.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent a4090b4 commit 97c220a
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments