From 57aa7a7d9ccabe5ae0c5df7f6668752efca507e5 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Mon, 22 May 2023 15:47:44 +0200 Subject: [PATCH] update test --- tests/test_commb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_commb.py b/tests/test_commb.py index e9a9c2b..697eef9 100644 --- a/tests/test_commb.py +++ b/tests/test_commb.py @@ -28,7 +28,7 @@ def test_bds50_functions(): for module in [bds.bds50, commb]: assert module.roll50(msg1) == approx(2.1, 0.01) - assert module.roll50(msg2) == approx(-0.35, 0.01) # signed value + assert module.roll50(msg2) == approx(-0.4, 0.01) # signed value assert module.trk50(msg1) == approx(114.258, 0.1) assert module.gs50(msg1) == 438 assert module.rtrk50(msg1) == 0.125