We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e505c5 commit b90ed26Copy full SHA for b90ed26
1 file changed
libensemble/sim_funcs/executor_hworld.py
@@ -70,7 +70,9 @@ def custom_polling_loop(exctr, task, timeout_sec=5.0, delay=0.3):
70
@input_fields(["x"])
71
@output_data([("f", float), ("cstat", int)])
72
def executor_hworld(H, _, sim_specs, info):
73
- """Tests launching and polling task and exiting on task finish"""
+ """
74
+ Tests launching and polling task and exiting on task finish
75
76
77
exctr = info["executor"]
78
cores = sim_specs["user"]["cores"]
0 commit comments