-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
For the parallel_backend option in
laptrack/src/laptrack/_tracking.py
Lines 388 to 393 in 30c1afc
| parallel_backend: ParallelBackend = Field( | |
| "serial", | |
| description="The parallelization strategy. " | |
| + f"Must be one of {', '.join([ps.name for ps in ParallelBackend])}.", | |
| exclude=True, | |
| ) |
we need some documentation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation