Skip to content

Commit deb58af

Browse files
committed
Updating input fields
1 parent cd178e3 commit deb58af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libensemble/gen_funcs/persistent_sampling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def _get_user_params(user_specs):
2929
return b, n, lb, ub
3030

3131

32-
@persistent_input_fields(["f", "x", "sim_id"])
33-
@output_data([("x", float, (2,))])
32+
@persistent_input_fields(["sim_id"])
33+
@output_data([("x", float, (2,))]) # The dimesion 2 is only a default... and is overwritten
3434
def persistent_uniform(_, persis_info, gen_specs, libE_info):
3535
"""
3636
This generation function always enters into persistent mode and returns

0 commit comments

Comments
 (0)