Skip to content

Commit

Permalink
Small error in _wrapped_autopara_wrappable docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Oct 21, 2024
1 parent 80a5a23 commit 377b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfl/autoparallelize/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _wrapped_autopara_wrappable(op, iterable_arg, inherited_per_item_info, args,
kwargs: dict
dict of keyword args
item_inputs: iterable(4-tuples)
One or more 4-tuples. (item_i, item, label, item_rng). item is passed to function in iterable_arg,
One or more 4-tuples. (item, item_i, label, item_rng). item is passed to function in iterable_arg,
item_i is its number in the overall list, label is a quantity to be passed back with the
output, and rng is a numpy.random.Generator to use for that item
Expand Down

0 comments on commit 377b923

Please sign in to comment.