Skip to content

Commit

Permalink
Update UnionCom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caokai1073 authored Feb 26, 2021
1 parent 9d36f39 commit e8891dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnionCom.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def test_LabelTA(self, integrated_data, datatype):
# type1 = np.loadtxt("./scNMT/type1.txt")
# type2 = np.loadtxt("./scNMT/type2.txt")
# type3 = np.loadtxt("./scNMT/type3.txt")
# not_connected, connect_element, index = Maximum_connected_subgraph(data3, params.kmax)
# not_connected, connect_element, index = Maximum_connected_subgraph(data3, 40)
# if not_connected:
# data3 = data3[connect_element[index]]
# type3 = type3[connect_element[index]]
Expand Down

0 comments on commit e8891dc

Please sign in to comment.