Skip to content

Commit

Permalink
Merge branch 'rpoleski:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmroz authored Jun 20, 2024
2 parents 0cdfa9d + d8bf7d0 commit 0b9a9c3
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 @@ -39,7 +39,7 @@
except Exception:
raise ImportError('\nYou have to install MulensModel first!\n')

__version__ = '0.37.1'
__version__ = '0.37.2'


class UlensModelFit(object):
Expand Down Expand Up @@ -480,7 +480,7 @@ def _set_default_parameters(self):
xi_inclination='\\xi_i',
xi_argument_of_latitude_reference='\\xi_u',
xi_eccentricity='\\xi_e',
xi_omega_periapsis='\\xi_{\\omege}',
xi_omega_periapsis='\\xi_{\\omega}',
)
self._latex_conversion_other = dict()

Expand Down

0 comments on commit 0b9a9c3

Please sign in to comment.