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

Add `verbose` kwarg #97

Closed lgbouma closed 2 years ago

lgbouma commented 2 years ago

Discussed in: https://github.com/hippke/tls/issues/96

Note: I haven't added any new tests, because it's just adding one kwarg to manage print output. @hippke , please let me know if you'd like the tests regardless and I can cook something up. The default test cases run with the output as normal (i.e. the default functionality is unchanged).

hippke commented 2 years ago

Hey, thank you so much, very good PR! Can you fix the typo in transit.py where "verbose" is "verobse"?

lgbouma commented 2 years ago

Thanks, and that was done in 9b5728d !