Skip to content

Commit

Permalink
Rename corr_method to correction_method
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirShitov committed Jun 19, 2023
1 parent ef080ec commit 3f82250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehrapy/tools/_scanpy_tl_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def rank_features_groups(
method=num_cols_method,
categorical_method=cat_cols_method,
layer=layer,
corr_method=corr_method,
corr_method=correction_method,
)

group_names = pd.Categorical(adata.obs[groupby].astype(str)).categories.tolist()
Expand Down

0 comments on commit 3f82250

Please sign in to comment.