diff options
Diffstat (limited to 'utils')
-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 12d2a4b..63f6438 100755 --- a/utils/dm-search +++ b/utils/dm-search @@ -52,8 +52,8 @@ from itertools import chain # the fit takes. DM_SAMPLES = 10000 -DM_MASSES = {2020: np.logspace(np.log10(22),np.log10(10e3 - 500),101), - 2222: np.logspace(np.log10(318),np.log10(10e3 - 500),101)} +DM_MASSES = {2020: np.logspace(np.log10(22),np.log10(1e3),101), + 2222: np.logspace(np.log10(318),np.log10(1e3),101)} DISCOVERY_P_VALUE = 0.05 |