We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4261717 commit 8345980Copy full SHA for 8345980
tests/test_quadratic.py
@@ -41,5 +41,5 @@ def test_mod(temp_examples_dir: PosixPath):
41
finally:
42
os.chdir(old)
43
44
- np.testing.assert_array_almost_equal(state, [0.5, 0.5, 0.5], decimal=1)
+ np.testing.assert_array_almost_equal(state, [0.5, 0.5], decimal=1)
45
np.testing.assert_array_almost_equal(obj, [0.0], decimal=0)
0 commit comments