Skip to content
Snippets Groups Projects
Commit cf6dfdb0 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Merge branch 'master' of gitlab.cl.uni-heidelberg.de:zimmermann/absinth

parents b16489ba 0f9049d4
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ def induce(topic_name: str, result_list: list) -> (nx.Graph, list, dict):
edge_freq_dict = {(key1,key2):value2 for key1,value1 in edge_freq_dict.items() for key2,value2 in value1.items()}
print('[a] Collected frequencies from secret hideout.')
print('[a] Collecting frequencies from secret hideout.\t('+topic_name+')')
continue
......
......@@ -369,7 +369,7 @@ def induce(topic_name: str, result_list: list) -> (nx.Graph, list, dict):
edge_freq_dict = {(key1,key2):value2 for key1,value1 in edge_freq_dict.items() for key2,value2 in value1.items()}
print('[a] Collected frequencies from secret hideout.')
print('[a] Collecting frequencies from secret hideout.\t('+topic_name+')')
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment