Skip to content

Commit

Permalink
correcting error message ones more
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Oct 5, 2023
1 parent e3a45e7 commit f466009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/MulensModel/magnificationcurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ def _check_for_finite_source_method(self):
if len(set(methods)-set_) == 0:
path = join(
mm.MODULE_PATH, "documents", "magnification_methods.pdf")
msg = ("No finite-source method is set.\n"
msg = ("A finite source parameter (rho or t_star) is set and no "
"finite-source method is set.\n"
"For possible magnification methods see\n" + path + "or\n"
"https://github.com/rpoleski/MulensModel/blob/master/"
"documents/magnification_methods.pdf")
Expand Down
2 changes: 1 addition & 1 deletion source/MulensModel/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.18.3"
__version__ = "2.18.4"

0 comments on commit f466009

Please sign in to comment.