diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 08:18:22 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-11-16 08:18:22 -0600 |
commit | 86b120cb7e66e72ca5b64c33e334ce33b2502646 (patch) | |
tree | 7a8e922b0968d209f28713580be11f55546aaa03 | |
parent | f96f2a8663e393801d6ab7c2967d6ab7fcee6a3d (diff) | |
download | sddm-86b120cb7e66e72ca5b64c33e334ce33b2502646.tar.gz sddm-86b120cb7e66e72ca5b64c33e334ce33b2502646.tar.bz2 sddm-86b120cb7e66e72ca5b64c33e334ce33b2502646.zip |
update lower bound for external muons and dm to 0
-rwxr-xr-x | utils/chi2 | 2 | ||||
-rwxr-xr-x | utils/dm-search | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -93,7 +93,7 @@ PRIORS_LOW = [ EPSILON, -10, EPSILON, - EPSILON + 0 ] # Upper bounds for the fit parameters diff --git a/utils/dm-search b/utils/dm-search index cb0fa72..b27e3fc 100755 --- a/utils/dm-search +++ b/utils/dm-search @@ -111,8 +111,8 @@ PRIORS_LOW = [ EPSILON, -10, EPSILON, - EPSILON, - EPSILON, + 0, + 0, ] # Upper bounds for the fit parameters |