diff --git a/README.md b/README.md index e616031a..f8a7141a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ MulensModel is package for modeling microlensing (or $\mu$-lensing) events. -It is still under development. [Latest release: 0.1.0](https://github.com/rpoleski/MulensModel/releases/tag/0.1.0) +It is still under development. [Latest release: 0.2.1](https://github.com/rpoleski/MulensModel/releases/tag/0.2.1) MulensModel can generate a microlensing light curve for a given set of microlensing parameters, fit that light curve to some data, and return a chi2 value. That chi2 can then be input into an arbitrary likelihood function to find the best fit parameters. diff --git a/checks.py b/checks.py index 8a98eb37..441ea57e 100644 --- a/checks.py +++ b/checks.py @@ -20,6 +20,3 @@ import astropy print("astropy: " + astropy.__version__) -import MulensModel -print("MulensModel: " + MulensModel.__version__) -