From 8e13e317dae48bf23b1c78bc296179aa5459972e Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Thu, 29 May 2014 14:27:18 -0500 Subject: [PATCH] default to not do subsampling in prep --- python_tools/pipeline_source/defaults.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_tools/pipeline_source/defaults.py b/python_tools/pipeline_source/defaults.py index eda2d35..5dee31f 100644 --- a/python_tools/pipeline_source/defaults.py +++ b/python_tools/pipeline_source/defaults.py @@ -104,8 +104,8 @@ shiftSimZ = False # list of desired subsamples - see subSamplingMode parameter subSamples = [1.0] -doSubSamplingInPrep = True # do the subsampling in preparation script? - # if False, generateMock will do the subsampling +doSubSamplingInPrep = False # do the subsampling in preparation script? + # if False, generateMock will do the subsampling # if 'absolute', subSamples are given in particles per cubic Mpc/h # if 'relative', subSamples are given as a fraction of input particles