mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +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,
|
||||
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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue