Skip to content

Commit 9449f4e

Browse files
committed
TL: removing warning
1 parent 95fbf66 commit 9449f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pySDC/tests/test_benchmarks/test_collocation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
from pySDC.core.collocation import CollBase
55

6-
t_start = float(np.random.rand(1) * 0.2)
7-
t_end = float(0.8 + np.random.rand(1) * 0.2)
6+
t_start = float(np.random.rand(1)[0] * 0.2)
7+
t_end = float(0.8 + np.random.rand(1)[0] * 0.2)
88

99
tolQuad = 1e-13
1010

0 commit comments

Comments
 (0)