afeinstein20 / eleanor

A tool for light curve extraction from the TESS FFIs.
MIT License
92 stars 39 forks source link

fix update_max_sector() : update the proper maxsector.py #263

Open orionlee opened 1 year ago

orionlee commented 1 year ago

Currently, fix update_max_sector() updates an incorrect maxsector.py. It updates maxsector.py in the current directory, not the one in eleanor.__path__

The PR fixed the logic, making the logic consistent with the similar one at try_next_sector().