default to not do subsampling in prep

This commit is contained in:
P.M. Sutter 2014-05-29 14:27:18 -05:00
parent 88dfc4209b
commit 8e13e317da

View file

@ -104,7 +104,7 @@ shiftSimZ = False
# list of desired subsamples - see subSamplingMode parameter # list of desired subsamples - see subSamplingMode parameter
subSamples = [1.0] subSamples = [1.0]
doSubSamplingInPrep = True # do the subsampling in preparation script? doSubSamplingInPrep = False # do the subsampling in preparation script?
# if False, generateMock will do the subsampling # if False, generateMock will do the subsampling
# if 'absolute', subSamples are given in particles per cubic Mpc/h # if 'absolute', subSamples are given in particles per cubic Mpc/h