From b590083ee712dd0562e3e5ce97ad89f098cc5a16 Mon Sep 17 00:00:00 2001 From: radek_poleski Date: Wed, 24 Apr 2024 20:21:17 +0200 Subject: [PATCH] correcting error message --- source/MulensModel/magnificationcurve.py | 3 ++- source/MulensModel/version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/MulensModel/magnificationcurve.py b/source/MulensModel/magnificationcurve.py index 8804b7b0..dce84116 100644 --- a/source/MulensModel/magnificationcurve.py +++ b/source/MulensModel/magnificationcurve.py @@ -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) diff --git a/source/MulensModel/version.py b/source/MulensModel/version.py index 5d6a3ee9..73636577 100644 --- a/source/MulensModel/version.py +++ b/source/MulensModel/version.py @@ -1 +1 @@ -__version__ = "2.21.3" +__version__ = "2.21.4"