Skip to content

Commit 9f52bdd

Browse files
committed
docstrings
1 parent e389e3d commit 9f52bdd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libensemble/specs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,15 @@ class GenSpecs(BaseModel):
249249

250250
async_return: bool = False
251251
"""
252-
Return results to generator as they come in (after sample). Default of False implies batch return.
252+
Return results to generator one-at-a-time as they come in (after sample). Default of False
253+
implies batch return.
253254
Only used if using the ``only_persistent_gens`` allocation function (the default).
254255
"""
255256

256257
active_recv_gen: bool = False
257258
"""
258-
Initialize generator in active-receive mode. The manager won't wait for new points
259-
from the generator upon passing back simulation results or other instructions.
260-
This eliminates the "handshake" between manager and generator.
259+
Initialize generator in active-receive mode. The generator can receive results
260+
even if it's not ready to produce new points.
261261
Only used if using the ``only_persistent_gens`` allocation function (the default).
262262
"""
263263

0 commit comments

Comments
 (0)