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 458520e commit 210bac6
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 @@ -354,7 +354,6 @@ def rank_features_groups(

adata_with_moved_columns = move_to_x(adata, rank_obs_columns)

# remove columns previously in X
columns_to_select = adata_with_moved_columns.var_names.difference(adata.var_names)
adata_with_moved_columns = adata_with_moved_columns[:, columns_to_select]

Expand Down

0 comments on commit 210bac6

Please sign in to comment.