Skip to content

Adding two of the same sequences together fails #18

Description

@bbollen23
    # works
    first_seq = rvt.sequence(order='fixed', components=[comp_one])
    second_seq = rvt.sequence(order='fixed', components=[comp_one])
    sequence = first_seq + second_seq


    # doesn't work
    first_seq = rvt.sequence(order='fixed', components=[comp_one])
    sequence = first_seq + first_seq

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions