Skip to content

Commit

Permalink
Decreased test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli committed Jul 30, 2024
1 parent d42c329 commit 5048f5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/spk/spk9.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ DJ2000 = 2451545

se = ephem_vector12(ephj, cid, tid, tj)

@test evaluate(pt) se[1:3] atol=1e-9 rtol=1e-9
@test evaluate(vt) se[4:6] atol=1e-9 rtol=1e-9
@test evaluate(at) se[7:9] atol=1e-9 rtol=1e-9
@test evaluate(jt) se[10:12] atol=1e-9 rtol=1e-9
@test evaluate(pt) se[1:3] atol=1e-8 rtol=1e-9
@test evaluate(vt) se[4:6] atol=1e-8 rtol=1e-9
@test evaluate(at) se[7:9] atol=1e-8 rtol=1e-9
@test evaluate(jt) se[10:12] atol=1e-8 rtol=1e-9

# ---
# Thread-safe testing
Expand Down

0 comments on commit 5048f5b

Please sign in to comment.