summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-08-25 22:05:51 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-08-25 22:05:51 +0000
commitb2d4064b4dc4373d8a94d7b1b87eab3f75f430f3 (patch)
tree238e33e5f9722835155b9f9d6efdb6a268b04a0b /numpy
parent4406a13523c045e6af5f066b2d07981316acef70 (diff)
downloadnumpy-b2d4064b4dc4373d8a94d7b1b87eab3f75f430f3.tar.gz
Add trunc test.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/tests/test_ufunc.py1
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