Skip to content
Snippets Groups Projects

GiBUU weight in W2List

Merged Johannes Schumann requested to merge gibuu_weight_w2list into master
Files
2
@@ -130,3 +130,5 @@ class TestAANET(unittest.TestCase):
np.testing.assert_equal(evt.w2list[9], 34)
# CC/NC
np.testing.assert_equal(evt.w2list[10], 2)
# GiBUU weight
np.testing.assert_almost_equal(evt.w2list[19], 0.8167222969153614)
Loading