diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-07-20 08:59:56 -0700 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2012-07-20 08:59:56 -0700 |
commit | f2f0ac06ec94c312348b49136071488f9eb3c155 (patch) | |
tree | 9ecaa6c161feb22f1f4654d3c072c5f01df66bb1 | |
parent | 9cb8c3bb2fafe813e98ed52f9cbc392a082bf20e (diff) | |
parent | bc9c0a91e226a3c3943f3ae1e46c939d9be7085c (diff) | |
download | numpy-f2f0ac06ec94c312348b49136071488f9eb3c155.tar.gz |
Merge pull request #364 from jiffyclub/update-testing-reference-docs
Update Testing Reference Docs
-rw-r--r-- | doc/source/reference/routines.testing.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/reference/routines.testing.rst b/doc/source/reference/routines.testing.rst index 5f92da163..c0bcdaaeb 100644 --- a/doc/source/reference/routines.testing.rst +++ b/doc/source/reference/routines.testing.rst @@ -18,6 +18,9 @@ Asserts assert_almost_equal assert_approx_equal assert_array_almost_equal + assert_allclose + assert_array_almost_equal_nulp + assert_array_max_ulp assert_array_equal assert_array_less assert_equal |