From 5ed1503c91d59d298cca0db9d8a0c7f574b1f09a Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Thu, 4 Dec 2014 16:16:47 -0500 Subject: [PATCH] changed default subsampling behavior in example --- pipeline/datasets/example_simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/datasets/example_simulation.py b/pipeline/datasets/example_simulation.py index f452a47..65175b5 100644 --- a/pipeline/datasets/example_simulation.py +++ b/pipeline/datasets/example_simulation.py @@ -103,7 +103,7 @@ doSubSamplingInPrep = False # 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" # shift the z-coord of sims with redshift shiftSimZ = False