Open rpoleski opened 1 year ago
In event.py we're calling:
event.py
MulensData._plot_datapoints() MulensData._set_plot_properties()
MulensData._plot_datapoints()
MulensData._set_plot_properties()
which should not be done. Maybe there are other similar cases to correct.
The only other problematic case is:
fitdata.py
self.model._parallax
The last one is solved in cb303e4. First two issues remain.
In
event.py
we're calling:MulensData._plot_datapoints()
MulensData._set_plot_properties()
which should not be done. Maybe there are other similar cases to correct.