Skip to content

Commit

Permalink
readthedocs error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaputko committed Oct 26, 2024
1 parent 2b30334 commit 0756a60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smartsim/builders/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ def __init__(
file_params={"SPAM": ["a", "b"], "EGGS": ["c", "d"]}
exe_arg_parameters = {"EXE": [["a"], ["b", "c"]], "ARGS": [["d"], ["e", "f"]]}
ensemble = Ensemble(name="name",exe="python",exe_arg_parameters=exe_arg_parameters,
file_parameters=file_params,permutation_strategy="step", replicas=2)
ensemble = Ensemble(name="name",exe="python",exe_arg_parameters=exe_arg_parameters,file_parameters=file_params,permutation_strategy="step", replicas=2)
This configuration will result in each ParamSet being replicated, effectively doubling
Expand Down

0 comments on commit 0756a60

Please sign in to comment.