Skip to content

Commit

Permalink
Fixes AstrodynamicalSolvers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Nov 15, 2024
1 parent 58ad1e1 commit 9008497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/AstrodynamicalSolvers/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ unstable = let
ic = halo(μ, 1; amplitude=0.005)
u = CartesianState(ic)
Φ = monodromy(u, μ, ic.Δt)
Φ = monodromy(u, μ, ic.Δt, CR3BFunction(stm=true))
ics = let
problem = ODEProblem(CR3BFunction(stm=true), vcat(u, vec(I(6))), (0, ic.Δt), (μ,))
Expand Down
2 changes: 1 addition & 1 deletion lib/AstrodynamicalSolvers/src/Propagation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function monodromy(
u::AbstractVector,
μ,
T,
f;
f::Function;
algorithm = Vern9(),
reltol = 1e-12,
abstol = 1e-12,
Expand Down

0 comments on commit 9008497

Please sign in to comment.