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"