hippke / tls

Transit Least Squares: An optimized transit-fitting algorithm to search for periodic transits of small planets
MIT License
48 stars 24 forks source link

make period_grid robust #28

Closed hippke closed 5 years ago

hippke commented 5 years ago

User may provide values leading to an empty period grid. Then, do not raise a warning and quit. Instead, provide a default grid, warn, and continue.

hippke commented 5 years ago

Happens when the stellar mass is very high

hippke commented 5 years ago

Added with 1.14. Added tests. Added documentation.