Skip to content
Snippets Groups Projects
Commit 23755d1f authored by Robert Speck's avatar Robert Speck
Browse files

bugfix for benchmark with qmat

parent 7d0f7cea
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ import numpy as np
from pySDC.core.collocation import CollBase
t_start = np.random.rand(1) * 0.2
t_end = 0.8 + np.random.rand(1) * 0.2
t_start = float(np.random.rand(1) * 0.2)
t_end = float(0.8 + np.random.rand(1) * 0.2)
tolQuad = 1e-13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment