Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #20 from jakirkham/fix_dtype_tst_win
Browse files Browse the repository at this point in the history
Use `int_` instead of `int64`
  • Loading branch information
jakirkham committed Jun 6, 2017
2 parents 1037d76 + 0dfaedb commit b226040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test__utils.py
Expand Up @@ -318,7 +318,7 @@ def test__get_iterations(expected, iterations):
"expected, a",
[
(numpy.bool8, False),
(numpy.int64, 2),
(numpy.int_, 2),
(numpy.float64, 3.1),
(numpy.complex128, 1 + 2j),
(numpy.int16, numpy.int16(6)),
Expand Down

0 comments on commit b226040

Please sign in to comment.