Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Heumos <[email protected]>
  • Loading branch information
eroell and Zethson authored Dec 6, 2023
1 parent adaa53b commit 37c6a9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ehrapy/tools/feature_ranking/_rank_features_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def rank_features_groups(
>>> ep.tl.rank_features_groups(adata, "service_unit")
>>> ep.pl.rank_features_groups(adata)
"""
# if rank_obs_columns is indicated, layer must be None
if layer is not None and rank_obs_columns is not None:
raise ValueError("Only one of layer and rank_obs_columns can be specified.")

Expand Down

0 comments on commit 37c6a9a

Please sign in to comment.