Skip to content

Commit

Permalink
Merge pull request #821 from JuliaReach/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
Automatic JuliaFormatter.jl run
  • Loading branch information
schillic authored Apr 6, 2024
2 parents 25a4c48 + f36fb57 commit 054d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/generated/Spacecraft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function solve_spacecraft(prob; k=25, s=missing)
sol12 = solve(prob;
tspan=(0.0, 200.0),
alg=TMJets21a(; abstol=1e-5, maxsteps=10_000, orderT=5, orderQ=1,
disjointness=BoxEnclosure()),
disjointness=BoxEnclosure()),
max_jumps=1,
intersect_source_invariant=false,
intersection_method=TemplateHullIntersection(BoxDirections(5)),
Expand Down

0 comments on commit 054d4a3

Please sign in to comment.