Skip to content

Commit 3d1c060

Browse files
committed
Fix for parallelSDC_reloaded test and increases numpy min version
1 parent 66e6da5 commit 3d1c060

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pySDC/projects/parallelSDC_reloaded/scripts/_dataRef.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
0.00019389551968445538,
2020
0.00021499305226875678
2121
],
22-
"fig05_allenCahn_conv_0_VDHS": [Infinity,
23-
0.1932196556772485,
22+
"fig05_allenCahn_conv_0_VDHS": [Infinity,Infinity,
2423
0.5345708075891601,
2524
0.20140479812575454,
2625
0.05620974256627712,
@@ -1996,4 +1995,4 @@
19961995
1.7890750547857405e-14,
19971996
1.1502408431505933e-13
19981997
]
1999-
}
1998+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626

2727
dependencies = [
28-
'numpy>=1.15.4',
28+
'numpy>=2.0',
2929
'scipy>=0.17.1',
3030
'matplotlib>=3.0',
3131
'sympy>=1.0',

0 commit comments

Comments
 (0)