Skip to content

Commit

Permalink
🐛 Fix precompilation statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jun 26, 2023
1 parent 071a88e commit 9e45a58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ SnoopPrecompile.@precompile_all_calls begin
redirect_stdout(devnull) do
fit_sgp4_tle(
vjd,
vr_teme_static,
vv_teme_static;
vr_teme,
vv_teme,
estimate_bstar = false,
max_iterations = 1,
)

fit_sgp4_tle(
vjd,
vr_teme_static,
vv_teme_static;
vr_teme,
vv_teme,
estimate_bstar = false,
initial_guess = tle_input,
max_iterations = 1,
Expand Down

0 comments on commit 9e45a58

Please sign in to comment.