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

Set correct gibuu weight in w2list unit test

parent 4219d068
No related branches found
No related tags found
1 merge request!17Weights update
Pipeline #23386 passed
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -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)
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