Yash-10 / Periodogram-Comparison-Optimize-Planet-Detection

Extreme Value Theory for comparing periodograms: Optimizing future transiting exoplanet surveys
MIT License
0 stars 0 forks source link

Move `checkConditions` into a separate unit test #5

Open Yash-10 opened 1 year ago

Yash-10 commented 1 year ago

The presence of checkConditions inside evd was done to ensure some things were as expected. It is a good idea to set it to True. However, it will be more beneficial if it is factored into a separate test script instead of in the evd itself. Maybe some execution time will be saved.