From faf97212f4608c5bc0da97c78260bffab7e5588f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Jonglez?= <clement@jonglez.space>
Date: Fri, 18 Oct 2024 18:14:28 +0200
Subject: [PATCH] 12.2 compat: InterSatDirectViewDetectorTest.py: increase
 error thres a bit

but no idea why, the previous tolerances were equal to the java test
---
 test/InterSatDirectViewDetectorTest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/InterSatDirectViewDetectorTest.py b/test/InterSatDirectViewDetectorTest.py
index 7fa0d2a..7a9ddb6 100644
--- a/test/InterSatDirectViewDetectorTest.py
+++ b/test/InterSatDirectViewDetectorTest.py
@@ -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
 
-- 
GitLab