Skip to content

Commit eb2b004

Browse files
committed
fix used batch size key
1 parent f3a0e59 commit eb2b004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libensemble/gen_funcs/sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def uniform_random_sample_with_var_priorities_and_resources(H, persis_info, gen_
8484
n = len(lb)
8585

8686
if len(H) == 0:
87-
b = gen_specs["batch_size"]
87+
b = gen_specs["initial_batch_size"]
8888

8989
H_o = np.zeros(b, dtype=gen_specs["out"])
9090
for i in range(0, b):

0 commit comments

Comments
 (0)