Skip to content

Commit

Permalink
Increase resid reject tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 15, 2024
1 parent d17917d commit fc0426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/orbit_determination/resid_reject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ fn od_resid_reject_default_ckf_two_way(
// That's not bad!

assert!(
delta.rmag_km() < 0.5,
delta.rmag_km() < 0.6,
"Position error should be less than 500 meters"
);
assert!(
Expand Down

0 comments on commit fc0426f

Please sign in to comment.