Closed rrjbca closed 3 years ago
Q: this change will make the ecsv file compatible with astropy 4.3 and later. Would this change make it incompatible with earlier versions of astropy?
No, readthedocs still builds successfully with astropy 4.2. The ecvs standard has not changed and unit16
has always been valid. astropy 4.3 only restricts datatypes not specified by the standard including int
.
Description
In the ecsv file
examples/galaxies/sdss_dered_10deg2.ecsv
change the invalid datatypeint
touint16
. Resolves #484Checklist