mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
removed AP stages
This commit is contained in:
parent
038f9d72a4
commit
05faeafd02
1 changed files with 0 additions and 5 deletions
|
@ -191,9 +191,6 @@ continueRun = {continueRun} # set to True to enable restarting aborted jobs
|
||||||
startCatalogStage = {startCatalogStage}
|
startCatalogStage = {startCatalogStage}
|
||||||
endCatalogStage = {endCatalogStage}
|
endCatalogStage = {endCatalogStage}
|
||||||
|
|
||||||
startAPStage = {startAPStage}
|
|
||||||
endAPStage = {endAPStage}
|
|
||||||
|
|
||||||
regenerateFlag = False
|
regenerateFlag = False
|
||||||
#ZOBOV_PATH = "@CMAKE_BINARY_DIR@/c_tools/zobov2/"
|
#ZOBOV_PATH = "@CMAKE_BINARY_DIR@/c_tools/zobov2/"
|
||||||
ZOBOV_PATH = "@CMAKE_BINARY_DIR@/zobov/"
|
ZOBOV_PATH = "@CMAKE_BINARY_DIR@/zobov/"
|
||||||
|
@ -216,8 +213,6 @@ fittingMode = '{fittingMode}'
|
||||||
|
|
||||||
scriptFile.write(header.format(startCatalogStage=startCatalogStage,
|
scriptFile.write(header.format(startCatalogStage=startCatalogStage,
|
||||||
endCatalogStage=endCatalogStage,
|
endCatalogStage=endCatalogStage,
|
||||||
startAPStage=startAPStage,
|
|
||||||
endAPStage=endAPStage,
|
|
||||||
continueRun=continueRun,
|
continueRun=continueRun,
|
||||||
dataPortions=dataPortions,
|
dataPortions=dataPortions,
|
||||||
minVoidsToFit=minVoidsToFit,
|
minVoidsToFit=minVoidsToFit,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue