diff options
Diffstat (limited to 'utils/dm-search')
-rwxr-xr-x | utils/dm-search | 4 |
1 files changed, 2 insertions, 2 deletions
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 |