Skip to content

Commit

Permalink
Update TeamPolicy constructor docstring. (#280)
Browse files Browse the repository at this point in the history
TeamPolicy constructor docstring incorrectly copy and pasted from RangePolicy constructor. Update to reflect true description of league size and team size.
  • Loading branch information
kennykos authored Jul 16, 2024
1 parent c9520b2 commit b393bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pykokkos/interface/execution_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def __init__(self, *args):
:param space: (optional) a string or
ExecutionSpaceInstance object. If not specified, default
is used
:param begin: the tid of the first thread
:param end: the total number of threads
:param league_size: the total number of teams
:param team_size: the number of threads per team
"""

unpacked: Tuple = tuple(args)
Expand Down

0 comments on commit b393bd2

Please sign in to comment.