MulensModel icon indicating copy to clipboard operation
MulensModel copied to clipboard

remove calls to private functions in other classes

Open rpoleski opened this issue 1 year ago • 2 comments

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.

rpoleski avatar Jun 16 '23 06:06 rpoleski

The only other problematic case is:

  • fitdata.py -> self.model._parallax

rpoleski avatar Jun 30 '23 03:06 rpoleski

The last one is solved in cb303e4. First two issues remain.

rpoleski avatar Jun 30 '23 03:06 rpoleski