From 832fe942d5546676510178f101bec0190d18ae1c Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Sun, 7 Jul 2024 02:44:14 +0200 Subject: [PATCH] Fix corrections on the global gen wgt check value --- km3buu/tests/test_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3buu/tests/test_output.py b/km3buu/tests/test_output.py index 72a68c1..bee5c79 100644 --- a/km3buu/tests/test_output.py +++ b/km3buu/tests/test_output.py @@ -94,7 +94,7 @@ class TestGiBUUOutput(unittest.TestCase): def test_global_generation_weight(self): self.assertAlmostEqual(self.output.global_generation_weight(4 * np.pi), - 2513.2765713094464, + 2511.9430994057193, places=2) def test_event_values(self): -- GitLab