Skip to content

Commit 6d47ac7

Browse files
committed
fix dtype definition in test
1 parent b8faae4 commit 6d47ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/sdss/tests/test_sdss_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_sdss_specobj(self):
8989
colnames = ['ra', 'dec', 'objid', 'run', 'rerun', 'camcol', 'field',
9090
'z', 'plate', 'mjd', 'fiberID', 'specobjid', 'run2d']
9191
dtypes = [float, float, np.int64, int, int, int, int, float, int, int,
92-
int, np.int64, int, bytes]
92+
int, np.int64, int]
9393
data = [
9494
[46.8390680395307, 5.16972676625711, 1237670015125750016, 5714,
9595
301, 2, 185, -0.0006390358, 2340, 53733, 291, 2634685834112034816,

0 commit comments

Comments
 (0)