Skip to content

Commit 4ceea3e

Browse files
Copilotpancetta
andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/DAE/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- conda-forge
66
dependencies:
77
- numpy>=1.15.4,<3.0
8-
- scipy>=0.17.1,<2.0
8+
- scipy>=0.17.1,<1.15
99
- dill>=0.2.6
1010
- mpich
1111
- mpi4py>=3.0.0,<4.0

0 commit comments

Comments
 (0)