diff options
author | David Cournapeau <cournape@gmail.com> | 2008-08-25 22:05:51 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-08-25 22:05:51 +0000 |
commit | b2d4064b4dc4373d8a94d7b1b87eab3f75f430f3 (patch) | |
tree | 238e33e5f9722835155b9f9d6efdb6a268b04a0b /numpy | |
parent | 4406a13523c045e6af5f066b2d07981316acef70 (diff) | |
download | numpy-b2d4064b4dc4373d8a94d7b1b87eab3f75f430f3.tar.gz |
Add trunc test.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/test_ufunc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/tests/test_ufunc.py b/numpy/core/tests/test_ufunc.py index d5e8ac76f..d0f699228 100644 --- a/numpy/core/tests/test_ufunc.py +++ b/numpy/core/tests/test_ufunc.py @@ -181,6 +181,7 @@ class TestUfunc(TestCase): n 1 log1p flts + M n 1 sqrt flts + M real x < 0 raises error n 1 ceil real + M + n 1 trunc real + M n 1 floor real + M n 1 fabs real + M n 1 rint flts + M |