Skip to content

Commit 1e1830d

Browse files
committed
fix bug in clusterprofile utility
1 parent 0ce7e8b commit 1e1830d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotplot/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pandas as pd
33

44

5-
def parse_from_clusterprofile(cls, dataframes, groups, term_list=None):
5+
def merge_clusterprofile_results(dataframes, groups, term_list=None):
66
assert len(dataframes) == len(groups)
77
merged_df = None
88
for _dataframe, _group in zip(dataframes, groups):

0 commit comments

Comments
 (0)