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 27f2c28 commit be23be3Copy full SHA for be23be3
benchmarks/SimpleHandwrittenPDE/ks_spectral_wpd.jmd
@@ -70,7 +70,7 @@ xs, prob = kuramoto_sivashinsky(N, L, alpha)
70
71
sol = solve(prob, Rodas5(autodiff=false); dt = 1e-4, reltol = 1e-12, abstol = 1e-12)
72
73
-test_sol = TestSolution(sol) # Reference soluton for error estimation
+test_sol = TestSolution(sol) # Reference solution for error estimation
74
75
tslices = LinRange(prob.tspan..., 50)
76
ys = mapreduce(sol, hcat, tslices)
0 commit comments