Skip to content

Commit

Permalink
forgot another keyword surmise assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed Aug 22, 2024
1 parent 18e7079 commit a34d589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/tests/regression_tests/test_asktell_surmise.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

persis_info = add_unique_random_streams({}, 5)
surmise = Surmise(gen_specs, persis_info=persis_info[1]) # we add sim_id as a field to gen_specs["out"]
surmise = Surmise(gen_specs=gen_specs, persis_info=persis_info[1]) # we add sim_id as a field to gen_specs["out"]
surmise.setup()

initial_sample = surmise.ask()
Expand Down

0 comments on commit a34d589

Please sign in to comment.