Skip to content

Commit

Permalink
Updated CPNc accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli committed Dec 23, 2023
1 parent eacc9d0 commit 0ce849a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bpn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ end;
NPB = iers_npb(iers2010b, tt_c)
@test v2as(NPBe*v, NPB*v) 2.5e-3

# CPNc model < 30 mas
# CPNc model < 35 mas
NPB = iers_npb(CPNc, tt_c)
@test v2as(NPBe*v, NPB*v) 30e-3
@test v2as(NPBe*v, NPB*v) 35e-3

# CPNd model < 1 mas
NPB = iers_npb(CPNd, tt_c)
Expand Down

0 comments on commit 0ce849a

Please sign in to comment.