Skip to content

Commit b90ed26

Browse files
committed
Fixing error in latexpdf build
1 parent 2e505c5 commit b90ed26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

libensemble/sim_funcs/executor_hworld.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ def custom_polling_loop(exctr, task, timeout_sec=5.0, delay=0.3):
7070
@input_fields(["x"])
7171
@output_data([("f", float), ("cstat", int)])
7272
def executor_hworld(H, _, sim_specs, info):
73-
"""Tests launching and polling task and exiting on task finish"""
73+
"""
74+
Tests launching and polling task and exiting on task finish
75+
"""
7476

7577
exctr = info["executor"]
7678
cores = sim_specs["user"]["cores"]

0 commit comments

Comments
 (0)