From f466009df9a130f9c4926eb5e4297bc19ea8498a Mon Sep 17 00:00:00 2001 From: radek_poleski Date: Thu, 5 Oct 2023 22:41:39 +0200 Subject: [PATCH] correcting error message ones more --- 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 3d4532ca..fffcfc30 100644 --- a/source/MulensModel/magnificationcurve.py +++ b/source/MulensModel/magnificationcurve.py @@ -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") diff --git a/source/MulensModel/version.py b/source/MulensModel/version.py index 819c3f30..b2dc8ad7 100644 --- a/source/MulensModel/version.py +++ b/source/MulensModel/version.py @@ -1 +1 @@ -__version__ = "2.18.3" +__version__ = "2.18.4"