mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
renamed start and end stage parameters; removed unused 'regenerate' flag
This commit is contained in:
parent
4c48221699
commit
ccc2d67cf1
7 changed files with 24 additions and 58 deletions
|
@ -165,14 +165,14 @@ import os
|
|||
from backend.classes import *
|
||||
|
||||
continueRun = {continueRun} # set to True to enable restarting aborted jobs
|
||||
startCatalogStage = {startCatalogStage}
|
||||
endCatalogStage = {endCatalogStage}
|
||||
startStage = {startStage}
|
||||
endStage = {endStage}
|
||||
|
||||
dataSampleList = []
|
||||
"""
|
||||
|
||||
scriptFile.write(header.format(startCatalogStage=startCatalogStage,
|
||||
endCatalogStage=endCatalogStage,
|
||||
scriptFile.write(header.format(startStage=startStage,
|
||||
endStage=endStage,
|
||||
continueRun=continueRun,
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue