Skip to content

Commit

Permalink
final corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmroz committed Jun 13, 2024
1 parent 78ec79d commit 99d1f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example_16/ob03235_2_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/example_16/ulens_model_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 99d1f5b

Please sign in to comment.