From f1511207faf6f2954a5bc0ed035c6a54a8b1198b Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Wed, 10 Nov 2021 22:56:36 +0100
Subject: [PATCH] Set correct gibuu weight in w2list unit test

---
 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 3a3809b..cb8de46 100644
--- a/km3buu/tests/test_output.py
+++ b/km3buu/tests/test_output.py
@@ -136,4 +136,4 @@ class TestAANET(unittest.TestCase):
         # CC/NC
         np.testing.assert_equal(evt.w2list[10], 2)
         # GiBUU weight
-        np.testing.assert_almost_equal(evt.w2list[19], 0.8167222969153614)
+        np.testing.assert_almost_equal(evt.w2list[19], 0.004062418521597373)
-- 
GitLab