We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fbf66 commit 9449f4eCopy full SHA for 9449f4e
pySDC/tests/test_benchmarks/test_collocation.py
@@ -3,8 +3,8 @@
3
4
from pySDC.core.collocation import CollBase
5
6
-t_start = float(np.random.rand(1) * 0.2)
7
-t_end = float(0.8 + np.random.rand(1) * 0.2)
+t_start = float(np.random.rand(1)[0] * 0.2)
+t_end = float(0.8 + np.random.rand(1)[0] * 0.2)
8
9
tolQuad = 1e-13
10
0 commit comments