diff options
author | Matt Davis <jiffyclub.programatic@gmail.com> | 2012-07-20 10:11:57 -0500 |
---|---|---|
committer | Matt Davis <jiffyclub.programatic@gmail.com> | 2012-07-20 10:11:57 -0500 |
commit | bc9c0a91e226a3c3943f3ae1e46c939d9be7085c (patch) | |
tree | 9ecaa6c161feb22f1f4654d3c072c5f01df66bb1 /doc | |
parent | 9cb8c3bb2fafe813e98ed52f9cbc392a082bf20e (diff) | |
download | numpy-bc9c0a91e226a3c3943f3ae1e46c939d9be7085c.tar.gz |
Added entries for assert_allclose, assert_array_almost_equal_nulp, and assert_array_max_ulp into the numpy testing reference documentation.
Diffstat (limited to 'doc')
-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 |