rpoleski / MulensModel

Microlensing Modelling package
https://rpoleski.github.io/MulensModel/
Other
57 stars 15 forks source link

remove calls to private functions in other classes #88

Open rpoleski opened 1 year ago

rpoleski commented 1 year ago

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 commented 1 year ago

The only other problematic case is:

rpoleski commented 1 year ago

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