Skip to content

Commit

Permalink
Updated test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli committed Jan 3, 2024
1 parent 2d42f6e commit f3c8757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/sidereal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ r2a = 180 / π * 3600
@test r2a*abs(ga-gst) 2.5e-3


# --- Testing CPNc model (< 30 mas)
# --- Testing CPNc model (< 35 mas)
# GMST
gm = iers_gmst(CPNc, tt_c)
@test r2a*abs(gm-gme) 30e-3
@test r2a*abs(gm-gme) 35e-3

# GAST
ga = iers_gast(CPNc, tt_c)
@test r2a*abs(ga-gst) 30e-3
@test r2a*abs(ga-gst) 35e-3


# --- Testing CPNd model (< 15 mas)
Expand Down

0 comments on commit f3c8757

Please sign in to comment.