Skip to content

Commit

Permalink
small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmroz committed Nov 17, 2024
1 parent 4f3cab1 commit 6e436d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_16/ulens_model_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3507,8 +3507,8 @@ def _best_model_plot(self):
plt.xlim(*xlim)
plt.ylim(*ylim_residuals)
axes.tick_params(**kwargs_axes_2)
if self._plots['best model'].get('file') is not None:
self._save_figure(self._plots['best model'].get('file'), dpi=dpi)

self._save_figure(self._plots['best model'].get('file'), dpi=dpi)

def _get_kwargs_for_best_model_plot(self):
"""
Expand Down

0 comments on commit 6e436d3

Please sign in to comment.