Opaque compiler error with no stacktrace, I figured out thsi was the problem: ``` for edge in edges: # Works i = edge[0] j = edge[1] ... for (i,j) in edges: # Does not work .... ```