Column name in table produced by get_summary_surveys_table()
There is a column named #Survey
in the mentioned table. astropy
is complaining that
WARNING: VerifyWarning: It is strongly recommended that column names contain only upper and lower-case ASCII letters, digits, or underscores for maximum compatibility with other software (got '#Survey'). [astropy.io.fits.column]
I am not sure if the inclusion of the #
sign is by design or if it's a leftover from the previous code's output where it was used as a comment sign. In any case it would be better to remove it.
Edited by Gal Matijevic