Skip to content

Commit 0411e45

Browse files
Update test/fractional_to_ordinary.jl
1 parent 2c3dfc9 commit 0411e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fractional_to_ordinary.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656
D = Differential(t)
5757
tspan = (0., 220.)
5858

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)
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)
6060
prob = ODEProblem(sys, [], tspan)
6161
sol = solve(prob, radau5(), abstol = 1e-8, reltol = 1e-8)
6262

0 commit comments

Comments
 (0)