Skip to content

Commit

Permalink
Hotfix: typo in @info block of analysis pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Jan 6, 2025
1 parent 94b4643 commit 104bdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/scripts/run_analysis_pipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
--------------------------------------------
""")

Expand Down

0 comments on commit 104bdd8

Please sign in to comment.