Commit 26a421f
committed
Enable precompilation for SDEProblemLibrary
Remove `__precompile__(false)` from SDEProblemLibrary which was added in commit 3444ffe
to work around ModelingToolkit compatibility issues. Since:
1. The Catalyst/MTK dependency was removed from SDEProblemLibrary in commit 80bd7e4
2. ODEProblemLibrary and JumpProblemLibrary already had precompilation re-enabled in
commit 1e68aa7, but SDEProblemLibrary was missed
SDEProblemLibrary can now properly precompile, improving package load times when the
cache is used. Tests continue to pass with this change.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5e88281 commit 26a421f
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
0 commit comments