From 6620dd8fd71226c8fd87532ffc6b3b0ba11fcf20 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Tue, 2 Dec 2014 09:24:22 -0500 Subject: [PATCH] changed default subsampling behavior --- python_tools/pipeline_source/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tools/pipeline_source/defaults.py b/python_tools/pipeline_source/defaults.py index 2833409..96fb27f 100644 --- a/python_tools/pipeline_source/defaults.py +++ b/python_tools/pipeline_source/defaults.py @@ -96,7 +96,7 @@ doSubSamplingInPrep = False # do the subsampling in preparation script? # if 'absolute', subSamples are given in particles per cubic Mpc/h # if 'relative', subSamples are given as a fraction of input particles -subSampleMode = "absolute" +subSampleMode = "relative" # common filename of halo files, leave blank to ignore halos haloFileBase = "mf_4s_1G_512_bgc2_NNNNN.sdf"