We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cccec89 + 8a33b17 commit 0eac0e2Copy full SHA for 0eac0e2
1 file changed
ccdproc/tests/test_ccddata.py
@@ -66,7 +66,7 @@ def test_initialize_from_FITS(ccd_data, tmpdir):
66
cd = CCDData.read(filename, unit=u.electron)
67
assert cd.shape == (10, 10)
68
assert cd.size == 100
69
- assert np.issubdtype(cd.data.dtype, np.float)
+ assert np.issubdtype(cd.data.dtype, np.floating)
70
for k, v in hdu.header.items():
71
assert cd.meta[k] == v
72
0 commit comments