SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Adding validation for parallaxes and fixing ParallaxView #509

Closed dr-rodriguez closed 3 months ago

dr-rodriguez commented 3 months ago

This adds validation in Parallaxes to prevent negative or 0 for the parallax value. This also updates the ParallaxView to work again. At some point the check is True stopped working and we need to use == 1. The database view tests have been re-enabled.

Closes #474