Skip to content

Commit

Permalink
Revert "Mark test_isreal as expected to fail"
Browse files Browse the repository at this point in the history
This reverts commit fcbceaef41b278fd57c7bab7dc901f35de8c154d.
  • Loading branch information
Carlos Pascual committed Apr 13, 2018
1 parent c4d5388 commit 4f50583
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pint/testsuite/test_umath.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from __future__ import division, unicode_literals, print_function, absolute_import

import unittest

from pint.compat import np
from pint.testsuite import QuantityTestCase, helpers

Expand Down Expand Up @@ -606,7 +604,6 @@ class TestFloatingUfuncs(TestUFuncs):
trunc(x[, out]) Return the truncated value of the input, element-wise.
"""

@unittest.expectedFailure # fails with numpy >= 1.13 (to be fixed)
def test_isreal(self):
self._testn(np.isreal,
(self.q1, self.qm, self.qless))
Expand Down

0 comments on commit 4f50583

Please sign in to comment.