OpenExoplanetCatalogue / open_exoplanet_catalogue

The main data repository for the Open Exoplanet Catalogue
http://openexoplanetcatalogue.com
994 stars 216 forks source link

Fix rightascensiondef validation pattern #958

Closed landrok closed 7 years ago

landrok commented 7 years ago

Related to /systems/Kepler-1099.xml

The value '19 14 60' is not accepted by the pattern '[0-2]\d [0-5]\d [0-5]\d(.\d+)?'.

https://github.com/OpenExoplanetCatalogue/open_exoplanet_catalogue/blob/master/systems/Kepler-1099.xml#L3

hannorein commented 7 years ago

I don't think '19 14 60' should be accepted. This should either be '19 15 00' or '19 14 00'

landrok commented 7 years ago

I think too. I will close this PR and make an update for /systems/Kepler-1099.xml. The previous commit should be reverted too. I will update Kepler-1172 too. Thanks