Skip to content

change lists to sets #2

@hammal

Description

@hammal

Since argument combinations are unique we should change lists to sets such that repeating arguments never creates problems.

For example

@simset.arg("N", [1, 2, 3 ,1])

would become

@simset.arg("N", {1, 2, 3, 1})

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions