diff --git a/utilities/tests/test_template.py b/utilities/tests/test_template.py index 0a2688acc4..f2815e6b05 100644 --- a/utilities/tests/test_template.py +++ b/utilities/tests/test_template.py @@ -86,3 +86,5 @@ def test_numpy(numeric_libs): assert np.all(np_array == np_target) np.testing.assert_array_equal(np_array, np_target) # same as before np.testing.assert_array_almost_equal(np_array, np_target2, decimal=4) + +