Skip to content

Commit da982bd

Browse files
committed
sciml format
1 parent 523f903 commit da982bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/plotrecipes_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ f_rode_lin_analytic = function (u₀, p, t)
1818
end
1919

2020
tspan = (0.0, 10.0)
21-
prob = ODEProblem(ODEFunction(f_rode_lin, analytic = f_rode_lin_analytic), rand(10, 10), tspan)
21+
prob = ODEProblem(ODEFunction(f_rode_lin, analytic = f_rode_lin_analytic), rand(10, 10),
22+
tspan)
2223

2324
abstols = 1.0 ./ 10.0 .^ (3:8)
2425
reltols = 1.0 ./ 10.0 .^ (0:5)

0 commit comments

Comments
 (0)