Skip to content

Commit

Permalink
ENH: Add a new logging msg in the matching func
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Jul 1, 2019
1 parent 339f102 commit 12c5c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qurro/_df_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def match_table_and_data(table, feature_ranks, sample_metadata):
)
)

logging.debug("Starting matching table with sample metadata.")
m_table_transpose, m_sample_metadata = matchdf(
featurefiltered_table.T, sample_metadata
)
Expand Down

0 comments on commit 12c5c4a

Please sign in to comment.