Skip to content
Snippets Groups Projects
Commit d23485ea authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent c5a2e22c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def print_edgelist(id_child):
# id_child_1 is a scalar int.
writer.writerow(convert_id(predecessor) + convert_id(id_child_1))
orientation = sys.argv[1]
orientation = sys.argv[1] # "cyclo" or "anti"
id_child = sio.loadmat(f"id_child_{orientation}.mat", squeeze_me=True)\
["id_child"]
......
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