From 53398d978cad14cb9e061a487780da129137adaf Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Thu, 29 May 2014 08:21:51 -0400 Subject: [PATCH] fix name change --- python_tools/pipeline_source/prepareInputs.in.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_tools/pipeline_source/prepareInputs.in.py b/python_tools/pipeline_source/prepareInputs.in.py index 0d0f0bf..4f5d863 100644 --- a/python_tools/pipeline_source/prepareInputs.in.py +++ b/python_tools/pipeline_source/prepareInputs.in.py @@ -424,7 +424,7 @@ for iSubSample in xrange(len(subSamples)): numSubvolumes, numSlices, True, lbox, minRadius, omegaM, subsample=subSampleToUse, suffix=suffix) else: - if doSubSampling: + if doSubSamplingInPrep: # prepare scripts using our own format dataFormatToUse = "multidark" subSampleToUse = 1.0 @@ -453,7 +453,7 @@ for iSubSample in xrange(len(subSamples)): dataFileNameList=partFileList) - if (args.subsample or args.all) and doSubSampling: + if (args.subsample or args.all) and doSubSamplingInPrep: print " Doing subsample", thisSubSample sys.stdout.flush()