bmorris3 / dot

Starspot rotational modulation forward model
https://spotdot.readthedocs.io
1 stars 2 forks source link

mean error #45

Open danirevi5 opened 2 years ago

danirevi5 commented 2 years ago

Hi,

when running the following line: lc.time -= lc.time.mean() I get the following error when using lightkurve v2.3: "AttributeError: 'Time' object has no attribute 'mean'"

I also tried to run lightkurve v1 but the I get the next error: "NameError: name 'LightkurveDeprecationWarning' is not defined"

Thank you.