Closed Bmorgado19 closed 3 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"
The del() function has been removed by #53 and will be available in v0.2.
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.