diff --git a/pipeline/scripts/run_analysis_pipeline.jl b/pipeline/scripts/run_analysis_pipeline.jl index 545eb3f67..caf80ed99 100644 --- a/pipeline/scripts/run_analysis_pipeline.jl +++ b/pipeline/scripts/run_analysis_pipeline.jl @@ -6,7 +6,7 @@ Pkg.activate(joinpath(@__DIR__(), "..")) ndraws = parse(Int64, ARGS[1]) @info(""" - Running the analysis pipeline in test mode with $(ndraws) draws per model. + Running the analysis pipeline with $(ndraws) draws per model. -------------------------------------------- """)