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

Fix sign in weight test

parent 0c916ddb
No related branches found
No related tags found
No related merge requests found
Pipeline #23371 passed
...@@ -76,7 +76,7 @@ class TestGiBUUOutput(unittest.TestCase): ...@@ -76,7 +76,7 @@ class TestGiBUUOutput(unittest.TestCase):
def test_w2weights(self): def test_w2weights(self):
w2 = self.output.w2weights(123.0, 2.6e28, 4 * np.pi) w2 = self.output.w2weights(123.0, 2.6e28, 4 * np.pi)
np.testing.assert_array_almost_equal( 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) decimal=5)
......
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