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

fix test values

parent c1bc9a2b
No related branches found
No related tags found
1 merge request!90Fix energy min/max fields
Pipeline #53328 failed
...@@ -121,7 +121,7 @@ class TestGiBUUOutput(unittest.TestCase): ...@@ -121,7 +121,7 @@ class TestGiBUUOutput(unittest.TestCase):
assert not np.isnan(self.output.energy_min) assert not np.isnan(self.output.energy_min)
assert not np.isnan(self.output.energy_max) assert not np.isnan(self.output.energy_max)
np.testing.assert_array_almost_equal(self.output.energy_min, 0.11) np.testing.assert_array_almost_equal(self.output.energy_min, 0.11)
np.testing.assert_array_almost_equal(self.output.energy_max, 100.0) np.testing.assert_array_almost_equal(self.output.energy_max, 49.99)
@pytest.mark.skipif(not KM3NET_LIB_AVAILABLE, @pytest.mark.skipif(not KM3NET_LIB_AVAILABLE,
......
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