summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-03-23 18:10:11 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-03-23 18:10:11 +0000
commit4e8b56f58826e82d71ca6c6b3019c46a00041640 (patch)
tree62c7c4aa808cebfe42d7a745a2f3773eafdd7d88
parent8bf3181c79891a1a1d28eda553cff0d68ed71e4f (diff)
parent85dc1eb99fabfdf770f881a27a4cc266362c0ee6 (diff)
downloadpint-4e8b56f58826e82d71ca6c6b3019c46a00041640.tar.gz
Merge #583
583: Fix typo in TestNDArrayQuantityMath class name r=hgrecco a=jmartens
-rw-r--r--pint/testsuite/test_numpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pint/testsuite/test_numpy.py b/pint/testsuite/test_numpy.py
index c751174..db06168 100644
--- a/pint/testsuite/test_numpy.py
+++ b/pint/testsuite/test_numpy.py
@@ -422,7 +422,7 @@ class TestBitTwiddlingUfuncs(TestUFuncs):
'same')
-class TestNDArrayQunatityMath(QuantityTestCase):
+class TestNDArrayQuantityMath(QuantityTestCase):
@helpers.requires_numpy()
def test_exponentiation_array_exp(self):