Skip to content

Commit 556d09e

Browse files
committed
Format
1 parent a3bee38 commit 556d09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ end
533533
) |> structural_simplify
534534
prob = ODEProblem(sys, [], (0.0, 1.0), [])
535535
sol = solve(prob, Tsit5())
536-
@test sol(1.0, idxs=sys.x) sign # system with D(x(0)) = ±1 should solve to x(1) = ±1
536+
@test sol(1.0, idxs = sys.x) sign # system with D(x(0)) = ±1 should solve to x(1) = ±1
537537
end
538538
end
539539

0 commit comments

Comments
 (0)