riogroup / SORA

MIT License
15 stars 12 forks source link

del(LightCurve) removing the name has a delay #5

Closed Bmorgado19 closed 3 years ago

Bmorgado19 commented 4 years ago

I just found out an issue concerning the name of the LightCurve and its elimination using del(LightCurve). For the cases with times and fluxes, the name is not deleted right away, takes some time (few seconds). This can be an issue with someone deletes the LightCurve and tries to instantiate a new one with the same name without waiting this few seconds. This is not considered an urgent matter.

gugabrossi commented 4 years ago

Maybe include a warning in the del() function saying something like "it may take a few seconds for the computer to process and clear the saved light curve from the memory"

altairgomes commented 3 years ago

The del() function has been removed by #53 and will be available in v0.2.