spacetelescope / exovetter

Exoplanet vetting
https://exovetter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

BUG: vetter run methods return inconsistent results #54

Closed pllim closed 3 years ago

pllim commented 3 years ago

From base class:

https://github.com/spacetelescope/exovetter/blob/cfe722b0cf35ec428d78ae006b6f541a2071305a/exovetter/vetters.py#L64-L67

Example implementation in ModShift (returns None):

https://github.com/spacetelescope/exovetter/blob/cfe722b0cf35ec428d78ae006b6f541a2071305a/exovetter/vetters.py#L123

Example implementation in Lpp (returns dict):

https://github.com/spacetelescope/exovetter/blob/cfe722b0cf35ec428d78ae006b6f541a2071305a/exovetter/vetters.py#L187-L192