Skip to content
Snippets Groups Projects

bug fixes and updates to code

Merged Schokolowski, Malte requested to merge bav1758/ci-s-projekt-verarbeitung:main into main
8 files
+ 37
16
Compare changes
  • Side-by-side
  • Inline

Files

@@ -78,7 +78,7 @@ def output_to_json(nodes, edges, json_file = 'json_text.json', test_var = False)
list_of_edge_dicts = format_edges(edges)
dict_of_all["nodes"] = list_of_node_dicts
dict_of_all["links"] = list_of_edge_dicts
if (test_var and json_file == 'json_text.json'):
if (test_var):
with open('test_output.json','w') as outfile:
json.dump(dict_of_all, outfile)
else:
Loading