Skip to content

Commit bcdc11a

Browse files
authored
Update CLI arg from n_size to population_size for clarity (#57)
1 parent 69c4592 commit bcdc11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def cli():
6666
run_risk_management(
6767
problem_definition=problem_definition,
6868
simulation_model_archive=args.model_file,
69-
n_size=args.n_size,
69+
n_size=args.population_size,
7070
patience=args.patience,
7171
max_generations=args.max_generations,
7272
)

0 commit comments

Comments
 (0)