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

Polish

parent 9f82cccd
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ def print_edgelist(orientation, id_child):
try:
# Try treating id_child_1 as an array
for eddy_index_Matlab in id_child_1:
writer.writerow(convert_id(*predecessor)
+ convert_id(orientation, eddy_index_Matlab))
writer.writerow(convert_id(*predecessor)
+ convert_id(orientation, eddy_index_Matlab))
except TypeError:
# id_child_1 is an int
writer.writerow(convert_id(*predecessor)
......
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