From 86b120cb7e66e72ca5b64c33e334ce33b2502646 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 16 Nov 2020 08:18:22 -0600 Subject: update lower bound for external muons and dm to 0 --- utils/dm-search | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/dm-search') 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 -- cgit