Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 13, 2023
1 parent 3343a20 commit 34d9f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initialization/taylormode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function initial_update!(integ, cache, init::TaylorModeInit)
end

H = MM * Proj(o)
init_condition_on!(x, H, df, cache; meas_cov_jitter=1e-20)
init_condition_on!(x, H, df, cache)
end
end

Expand Down

0 comments on commit 34d9f0f

Please sign in to comment.