Skip to content

Commit d1f16ea

Browse files
committed
MNT: Replace deprecated np.str
1 parent 78b1eca commit d1f16ea

File tree

1 file changed

+1
-1
lines changed
  • astroquery/nasa_exoplanet_archive

1 file changed

+1
-1
lines changed

astroquery/nasa_exoplanet_archive/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"seconds": u.s,
6262
"solarradius": u.R_sun,
6363
}
64-
CONVERTERS = dict(koi_quarters=[ascii.convert_numpy(np.str)])
64+
CONVERTERS = dict(koi_quarters=[ascii.convert_numpy(str)])
6565
OBJECT_TABLES = {"exoplanets": "pl_", "compositepars": "fpl_", "exomultpars": "mpl_"}
6666

6767

0 commit comments

Comments
 (0)