Closed cgoliver closed 3 years ago
Hi! gen_alignment_matrix() crashes with an index error when the node IDs of the input graphs don't correspond to indices in the A matrix. Added an enumerate in the for loops to prevent this.
gen_alignment_matrix()
Looks great, thanks for the catch and fix!
Hi!
gen_alignment_matrix()
crashes with an index error when the node IDs of the input graphs don't correspond to indices in the A matrix. Added an enumerate in the for loops to prevent this.