diff --git a/km3buu/tests/test_output.py b/km3buu/tests/test_output.py index 9e2d447dddaf37bc8932aca3393f095275e8abe3..c22c98011f5a9bba31d1d9e43d1a4d90677933b8 100644 --- a/km3buu/tests/test_output.py +++ b/km3buu/tests/test_output.py @@ -76,7 +76,7 @@ class TestGiBUUOutput(unittest.TestCase): def test_w2weights(self): w2 = self.output.w2weights(123.0, 2.6e28, 4 * np.pi) np.testing.assert_array_almost_equal( - w2[:3], [2.42100575e-06, 1.14490671e-08, 3.592469009e+05], + w2[:3], [2.42100575e-06, 1.14490671e-08, 3.59246902e-05], decimal=5)