From 99d1f5bde0be3e62b2706ff612bf734624269dc2 Mon Sep 17 00:00:00 2001 From: mjmroz Date: Thu, 13 Jun 2024 03:15:39 +0200 Subject: [PATCH] final corrections --- examples/example_16/ob03235_2_full.yaml | 2 +- examples/example_16/ulens_model_fit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example_16/ob03235_2_full.yaml b/examples/example_16/ob03235_2_full.yaml index d59854b4..6ae84dba 100644 --- a/examples/example_16/ob03235_2_full.yaml +++ b/examples/example_16/ob03235_2_full.yaml @@ -39,7 +39,7 @@ starting_parameters: fit_constraints: negative_blending_flux_sigma_mag: 20. #one can specify for which dataset soft constrain on blending flux should be applied: sigma dataset_label(s) - negative_blending_flux_sigma_mag: 20. "OGLE I-band" "OB03235_MOA.txt" + #negative_blending_flux_sigma_mag: 20. "OGLE I-band" "OB03235_MOA.txt" # Alternative sharp constraint: # no_negative_blending_flux: True #color constrains, where color=source_mag_from_dataset_k-source_mag_from_dataset_m: gauss, mu ,sigma, k, m diff --git a/examples/example_16/ulens_model_fit.py b/examples/example_16/ulens_model_fit.py index 8d15c4df..316dc6b9 100644 --- a/examples/example_16/ulens_model_fit.py +++ b/examples/example_16/ulens_model_fit.py @@ -39,7 +39,7 @@ except Exception: raise ImportError('\nYou have to install MulensModel first!\n') -__version__ = '0.36.3' +__version__ = '0.37.0' class UlensModelFit(object):