Skip to content

Commit

Permalink
correcting error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Apr 24, 2024
1 parent 9a34691 commit b590083
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):
mm.MODULE_PATH, "documents", "magnification_methods.pdf")
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"
"For possible magnification methods see\n" +
path + "\nor\n"
"https://github.com/rpoleski/MulensModel/blob/master/"
"documents/magnification_methods.pdf")
warnings.warn(msg, UserWarning)
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.21.3"
__version__ = "2.21.4"

0 comments on commit b590083

Please sign in to comment.