Skip to content
  • Samuel GAIST's avatar
    [experiment] Improve loop algorithms crosschecking · 5e687062
    Samuel GAIST authored
    The current technique use had a flaw. With algorithm containing
    a different number of groups, it would truncate the to the shortest
    as explained in the zip function documentation.
    
    Now itertools.zip_longest is used to ensure that the iteration is
    done on the longest input.
    5e687062