mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fix name change
This commit is contained in:
parent
7ad355a64c
commit
53398d978c
1 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ for iSubSample in xrange(len(subSamples)):
|
||||||
numSubvolumes, numSlices, True, lbox, minRadius, omegaM,
|
numSubvolumes, numSlices, True, lbox, minRadius, omegaM,
|
||||||
subsample=subSampleToUse, suffix=suffix)
|
subsample=subSampleToUse, suffix=suffix)
|
||||||
else:
|
else:
|
||||||
if doSubSampling:
|
if doSubSamplingInPrep:
|
||||||
# prepare scripts using our own format
|
# prepare scripts using our own format
|
||||||
dataFormatToUse = "multidark"
|
dataFormatToUse = "multidark"
|
||||||
subSampleToUse = 1.0
|
subSampleToUse = 1.0
|
||||||
|
@ -453,7 +453,7 @@ for iSubSample in xrange(len(subSamples)):
|
||||||
dataFileNameList=partFileList)
|
dataFileNameList=partFileList)
|
||||||
|
|
||||||
|
|
||||||
if (args.subsample or args.all) and doSubSampling:
|
if (args.subsample or args.all) and doSubSamplingInPrep:
|
||||||
print " Doing subsample", thisSubSample
|
print " Doing subsample", thisSubSample
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue