Skip to content
Snippets Groups Projects
Commit f10eb4e2 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Update test values

parent 72599590
No related branches found
No related tags found
1 merge request!17Weights update
Pipeline #23376 passed
......@@ -79,6 +79,11 @@ class TestGiBUUOutput(unittest.TestCase):
w2[:3], [2.42100575e-06, 1.14490671e-08, 3.59246902e-05],
decimal=5)
def test_global_generation_weight(self):
self.assertAlmostEqual(self.output.global_generation_weight(4 * np.pi),
2511.13458,
places=2)
@pytest.mark.skipif(not KM3NET_LIB_AVAILABLE,
reason="KM3NeT dataformat required")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment