Commit 4ceea3e
Fix DAE test failures by restoring scipy version constraint
The DAE project tests require scipy<1.15 due to numerical precision
requirements in the fully implicit index-2 DAE solver tests. Restoring
the original constraint that was inadvertently loosened during the
dependency update.
Fixes:
- test_RungeKuttaDAE.py::testOrderAccuracyFullyImplicitIndexTwo[TrapezoidalRuleDAE]
- test_problems.py::test_DiscontinuousTestDAE_SDC_detection[4]
Co-authored-by: pancetta <7158893+pancetta@users.noreply.github.com>1 parent 6832ad4 commit 4ceea3e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments