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

yapf

parent 58ead041
No related branches found
No related tags found
1 merge request!85Enable photon propagation in GiBUU
Pipeline #48875 passed
......@@ -115,8 +115,8 @@ class TestGiBUUOutput(unittest.TestCase):
arr = self.output._get_raw_arrays()
arr["process_ID"] = arr.process_ID + 1
rh_prob = GiBUUOutput.right_helicity_probability(arr)
np.testing.assert_array_almost_equal(
rh_prob[:3], [0.0, 0.0, 0.0])
np.testing.assert_array_almost_equal(rh_prob[:3], [0.0, 0.0, 0.0])
@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