Skip to content

Commit ec87028

Browse files
Increase DCM validation error
1 parent bab501b commit ec87028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anise/tests/orientations/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use spice::cstr;
2727

2828
// Allow up to two arcsecond of error (or 0.12 microradians), but check test results for actualized error
2929
const MAX_ERR_DEG: f64 = 7.2e-6;
30-
const DCM_EPSILON: f64 = 1.2e-9;
30+
const DCM_EPSILON: f64 = 2e-9;
3131

3232
// IAU Moon rotates fast. This shows the difference between SPICE's and Hifitime's implementation of time because SPICE has a rounding error
3333
// when computing the centuries past J2000 ET.

0 commit comments

Comments
 (0)