We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
The only other problematic case is:
fitdata.py
self.model._parallax
Sorry, something went wrong.
The last one is solved in cb303e4. First two issues remain.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: