Skip to content

Commit d9556eb

Browse files
committed
typos
1 parent 852833b commit d9556eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libensemble/tests/regression_tests/test_persistent_aposmm_ibcdfo_pounders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ def synthetic_beamline_mapping(H, _, sim_specs):
106106
"out": gen_out,
107107
"user": {
108108
"initial_sample_size": 1, # The initial sampled point will be the starting point
109-
"stop_after_k_runs": 1, # Only one local optimization run will be peformed
110-
"max_active_runs": 1, # Only one local optimization run will be peformed,
109+
"stop_after_k_runs": 1, # Only one local optimization run will be performed
110+
"max_active_runs": 1, # Only one local optimization run will be performed,
111111
"sample_points": np.atleast_2d(0.1 * (np.arange(n) + 1)),
112112
"localopt_method": "ibcdfo_pounders",
113113
"run_max_eval": 100 * (n + 1),

0 commit comments

Comments
 (0)