Skip to content
Snippets Groups Projects
Commit faf97212 authored by Clément Jonglez's avatar Clément Jonglez
Browse files

12.2 compat: InterSatDirectViewDetectorTest.py: increase error thres a bit

but no idea why, the previous tolerances were equal to the java test
parent e98f980c
No related branches found
No related tags found
1 merge request!21Orekit 12.2
Pipeline #6717 passed
......@@ -85,7 +85,7 @@ class GrazingHandler:
testvalue = FastMath.abs(FastMath.toDegrees(topo.getAzimuth(pSlave, frame, grazingDate) -
topo.getAzimuth(pMaster, frame, grazingDate)))
assert -6.0e-14 < testvalue - 180.0 < 6.0e-14
assert -6.0e-13 < testvalue - 180.0 < 6.0e-13
return Action.CONTINUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment