From 210bac6f4b001cdae8de220fb0c46f4fc32c34c4 Mon Sep 17 00:00:00 2001 From: Eljas Roellin <65244425+eroell@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:54:28 +0100 Subject: [PATCH] Remove comment Co-authored-by: Lukas Heumos --- ehrapy/tools/feature_ranking/_rank_features_groups.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ehrapy/tools/feature_ranking/_rank_features_groups.py b/ehrapy/tools/feature_ranking/_rank_features_groups.py index 21d119a2..d7e36e3e 100644 --- a/ehrapy/tools/feature_ranking/_rank_features_groups.py +++ b/ehrapy/tools/feature_ranking/_rank_features_groups.py @@ -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]