Commit 6fa7d56
Fix DiffEqBase import in jacobiansparsity.jl test
Adds explicit DiffEqBase import to resolve UndefVarError that occurs
when running tests in SafeTestsets environment. The error manifested
in CI at line 70 where DiffEqBase.ODEFunction is called but DiffEqBase
was not directly imported, only available through transitive dependencies.
Fixes CI failure in PR SciML#3912 InterfaceI test group.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 4716984 commit 6fa7d56
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments