Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Sep 16, 2024
1 parent a3bee38 commit 556d09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/initializationsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ end
) |> structural_simplify
prob = ODEProblem(sys, [], (0.0, 1.0), [])
sol = solve(prob, Tsit5())
@test sol(1.0, idxs=sys.x) sign # system with D(x(0)) = ±1 should solve to x(1) = ±1
@test sol(1.0, idxs = sys.x) sign # system with D(x(0)) = ±1 should solve to x(1) = ±1
end
end

Expand Down

0 comments on commit 556d09e

Please sign in to comment.