8000
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 2a64c50 commit 8741c01Copy full SHA for 8741c01
doc/TESTS.rst
@@ -126,7 +126,7 @@ assertion fails, the test fails. Common assertion functions include:
126
- :func:`numpy.testing.assert_array_less` for testing (strict) elementwise
127
ordering between a result array and a reference.
128
129
-Note that these assertion functions only compare the numerical vales of the
+Note that these assertion functions only compare the numerical values of the
130
arrays. Consider adding separate ``assert`` statements regarding the array
131
dtype and shape (when the reference is a scalar). Note that
132
``pytest`` internally rewrites the ``assert`` statement to give informative
0 commit comments