From 9c179d795de1469306166d7c6aa9d3fd3cbb82c7 Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Wed, 20 Jan 2021 14:51:14 +0100
Subject: [PATCH] Update w2 values in the test and limit the compared precision

---
 km3buu/tests/test_output.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/km3buu/tests/test_output.py b/km3buu/tests/test_output.py
index 963b229..7286b04 100644
--- a/km3buu/tests/test_output.py
+++ b/km3buu/tests/test_output.py
@@ -76,8 +76,7 @@ class TestGiBUUOutput(unittest.TestCase):
     def test_w2weights(self):
         w2 = self.output.w2weights(123.0, 2.6e28, 4 * np.pi)
         np.testing.assert_array_almost_equal(
-            w2[:3], [7.63360911e+01, 3.60997502e-01, 1.13273189e+03])
-
+            w2[:3], [7.64011311e+01, 3.61305080e-01, 1.13369700e+03], decimal=5)
 
 @pytest.mark.skipif(not KM3NET_LIB_AVAILABLE,
                     reason="KM3NeT dataformat required")
-- 
GitLab