Skip to content

Commit

Permalink
Revert "Disable failing test: numpy2em2"
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalkersb committed Nov 26, 2018
1 parent 5b43cab commit 757837e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rt/pyem/test_typeconverter.py
Expand Up @@ -329,7 +329,8 @@ def test_numpy2em2(self):
diff = numpy.max(numpy.max(n2 - n1))
self.assertAlmostEqual(diff, 0, 3)

test_numpy2em2.broken = True
if platform.system() == "Windows":
test_numpy2em2.broken = True

def test_em2numpy2(self):
"""test em2numpy again .............................."""
Expand Down

0 comments on commit 757837e

Please sign in to comment.