Skip to content

Commit

Permalink
explicitly set 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 1, 2016
1 parent c66d26e commit f72b530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydl/pydlutils/tests/test_sdss.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def test_sdss_objid(self):
camcol = np.array([3, 6])
field = np.array([91, 77])
obj = np.array([146, 123])
assert (np.array([1237661382772195474, 1237649770790322299]) ==
assert (np.array([1237661382772195474, 1237649770790322299],
dtype=np.int64) ==
sdss_objid(run, camcol, field, obj)).all()
#
# Exceptions
Expand Down

0 comments on commit f72b530

Please sign in to comment.