diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2020-12-29 15:39:25 +0100 |
|---|---|---|
| committer | hippo91 <guillaume.peillex@gmail.com> | 2020-12-29 15:39:25 +0100 |
| commit | 0fa35ba648233ec783282c7b91f679dc87c0d334 (patch) | |
| tree | 08b520e1f59c14cc588c867672f9eb498490f9fa | |
| parent | b1992e74c56df76246a894791ce40f62321f9fe2 (diff) | |
| download | astroid-git-0fa35ba648233ec783282c7b91f679dc87c0d334.tar.gz | |
Adds the ufunc degrees and radians tests
| -rw-r--r-- | tests/unittest_brain_numpy_core_umath.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittest_brain_numpy_core_umath.py b/tests/unittest_brain_numpy_core_umath.py index f939bc83..2d2abdbe 100644 --- a/tests/unittest_brain_numpy_core_umath.py +++ b/tests/unittest_brain_numpy_core_umath.py @@ -37,6 +37,7 @@ class NumpyBrainCoreUmathTest(unittest.TestCase): "conjugate", "cosh", "deg2rad", + "degrees", "exp2", "expm1", "fabs", @@ -51,6 +52,7 @@ class NumpyBrainCoreUmathTest(unittest.TestCase): "negative", "positive", "rad2deg", + "radians", "reciprocal", "rint", "sign", |
