Skip to content

Commit

Permalink
Change default join_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-james committed Jan 28, 2025
1 parent 8666e81 commit 4323416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benj/aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path
_PathLike=Union[str, Path]

def aggregate_collection(adata, which:Union[str, List[str]]="X", view:bool=True, join_vars=None):
def aggregate_collection(adata, which:Union[str, List[str]]="X", view:bool=True, join_vars="inner"):
import gc
from tqdm.auto import tqdm
import numpy as np
Expand Down

0 comments on commit 4323416

Please sign in to comment.