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 2c3dfc9 commit 0411e45Copy full SHA for 0411e45
test/fractional_to_ordinary.jl
@@ -56,7 +56,7 @@ end
56
D = Differential(t)
57
tspan = (0., 220.)
58
59
-sys = fractional_to_ordinary([1 - 4*x + x^2 * y, 3*x - x^2 * y], [x, y], [1.3, 0.8], 10^-8, 220; initials=[[1.2, 1], 2.8]; matrix=true)
+sys = fractional_to_ordinary([1 - 4*x + x^2 * y, 3*x - x^2 * y], [x, y], [1.3, 0.8], 10^-8, 220; initials=[[1.2, 1], 2.8], matrix=true)
60
prob = ODEProblem(sys, [], tspan)
61
sol = solve(prob, radau5(), abstol = 1e-8, reltol = 1e-8)
62
0 commit comments