Skip to content

Commit

Permalink
set default run mode to not report
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmonteiro committed Mar 18, 2024
1 parent 2172abc commit d45fcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def parse_args(argv):
)
#python3 /workspaces/workflow_runner/runner.py --templateRepo=tercen/scyan_operator
#tercen/scyan_operator
templateRepo = "" #"tercen/flow_core_immunophenotyping_template" #"tercen/image_analysis_STK_workflowRunner_template"
templateRepo = "tercen/flow_core_immunophenotyping_template" #"tercen/image_analysis_STK_workflowRunner_template"

# If running locally or creating new operator, memory might no be set
# This parameter sets the memory for ALL operators
Expand All @@ -39,7 +39,7 @@ def parse_args(argv):
params["tag"] = ''
params["branch"] = 'main'
params["update_operator"] = False
params["report"] = True
params["report"] = False
params["tolerance"] = 0.001
params["toleranceType"] = "relative"

Expand Down

0 comments on commit d45fcd0

Please sign in to comment.