Skip to content

Commit

Permalink
change comment scoring argparse help
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Nov 28, 2024
1 parent 6080e30 commit eed4f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procedures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ def add_arguments_recursively(parser, config, prefix="", acronyms=set()):
elif "optimize_scoring" in full_name:
type_ = comma_separated_values
acronym = "os"
appendix = "Options: adg,sharpe_ratio or mdg,sharpe_ratio"
appendix = "Examples: adg,sharpe_ratio; mdg,sortino_ratio; ..."
elif "cpus" in full_name:
acronym = "c"
elif "iters" in full_name:
Expand Down

0 comments on commit eed4f13

Please sign in to comment.