Skip to content

change lists to sets #2

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})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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