Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
add parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Dec 5, 2023
1 parent b5ed5b0 commit 9c4e074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2067,6 +2067,7 @@ def mapped(
label_keys: Optional[Union[str, List[str]]] = None,
join_vars: Optional[Literal["auto", "inner"]] = "auto",
encode_labels: bool = True,
parallel: bool = False,
stream: bool = False,
is_run_input: Optional[bool] = None,
) -> "MappedDataset":
Expand All @@ -2082,6 +2083,7 @@ def mapped(
and the varibales in the underlying `AnnData` objects are different.
Always does the join if set to "inner". If `None`, does not do the join.
encode_labels: Indicate whether you want to delete the linked file in storage.
parallel: Enable sampling with multiple processes.
stream: Whether to stream data from the array backend.
is_run_input: Whether to track this dataset as run input.
Expand Down

0 comments on commit 9c4e074

Please sign in to comment.