diff options
-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 |