You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating a lightcurve from a model, the sample times need to be provided as an argument both when the model is defined and when generate_lightcurve is called. Looking at the models in model.py, it would be sufficient to alter the code without having to provide the sample_times a second time (I imagine preserving the class parameter would touch less components outside of model.py)
The text was updated successfully, but these errors were encountered:
When generating a lightcurve from a model, the sample times need to be provided as an argument both when the model is defined and when generate_lightcurve is called. Looking at the models in model.py, it would be sufficient to alter the code without having to provide the sample_times a second time (I imagine preserving the class parameter would touch less components outside of model.py)
The text was updated successfully, but these errors were encountered: