Skip to content

Use itertools instead of deeply nested for loop #1

Description

@patrickmineault

for l1 in l1s:

This would be easier to read with itertools.product. Not something to fix in this repo, but just FYI for the next time you may have a deeply nested for loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions