Skip to content

Commit

Permalink
Merge pull request #297 from alobbs/bug-296
Browse files Browse the repository at this point in the history
Fixes test bench in Python 3
  • Loading branch information
robbmcleod committed Feb 28, 2018
2 parents cfeae8a + ead9fff commit eb2a947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion numexpr/tests/test_numexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
TestCase = unittest.TestCase

double = np.double

if sys.version_info[0] >= 3:
long = int

# Recommended minimum versions
minimum_numpy_version = "1.6"
Expand Down

0 comments on commit eb2a947

Please sign in to comment.