aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-11-09 22:24:00 -0600
committershivesh <s.p.mandalia@qmul.ac.uk>2018-11-09 22:24:00 -0600
commit274a0cdf6d243bc3eb642b7d7bfa0eea8f0ea72e (patch)
tree56f0c0dee95917c9ef55eed6ebdc70c8d63a03d5 /submitter
parent198ecfe008d28c2dc6c39c1f405e2ffdc96c26ac (diff)
downloadGolemFlavor-274a0cdf6d243bc3eb642b7d7bfa0eea8f0ea72e.tar.gz
GolemFlavor-274a0cdf6d243bc3eb642b7d7bfa0eea8f0ea72e.zip
Fri 9 Nov 22:24:00 CST 2018
Diffstat (limited to 'submitter')
-rw-r--r--submitter/sens_dag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py
index 47abd59..be99d8b 100644
--- a/submitter/sens_dag.py
+++ b/submitter/sens_dag.py
@@ -35,7 +35,7 @@ GLOBAL_PARAMS.update(dict(
# MultiNest
GLOBAL_PARAMS.update(dict(
- mn_live_points = 4000,
+ mn_live_points = 1000,
mn_tolerance = 0.1,
mn_output = './mnrun'
))