another attempt at making the jobSuccessful call work; some other minor fixes

This commit is contained in:
P.M. Sutter 2012-12-07 08:11:28 -06:00
parent f155564d6d
commit 6e18299ade
4 changed files with 9 additions and 8 deletions

View file

@ -240,7 +240,7 @@ def plotNumberDistribution(workDir=None, sampleList=None, figDir=None,
boxVol = vp.getSurveyProps(sample.maskFile,
sample.zBoundary[0], sample.zBoundary[1],
sample.zRange[0], sample.zRange[1], "all",
selectionFuncFile=sample.selFunFile)[0]
selectionFuncFile=None)[0]
else:
boxVol = sample.boxLen*sample.boxLen*(sample.zBoundaryMpc[1] -
sample.zBoundaryMpc[0])