Hoeijmakers / tayph

Analysis of high resolution spectroscopic time-series of exoplanets
9 stars 8 forks source link

Missing import in operations.py #100

Closed DGonzalezPicos closed 2 years ago

DGonzalezPicos commented 2 years ago

The tayph routine would not work because it was missing an import traced down to operations.py function: normalize_orders. The issue was fixed by simply importing the function notnegativetest in line 209 with the rest of tayph.vartests.

Hoeijmakers commented 2 years ago

Thank you. This has just been fixed and pushed. Please pull the current version.

Also please be advised that we are continuously working on Tayph, sometimes introducing a bug like this. If the code turns out stable after this fix, please keep an eye on the commits we do before pulling. I'll try to keep the number of commits small and significant, and test more before pushing, but things may slip through the cracks.

Thanks!