Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding two of the same sequences together fails #18

Open
bbollen23 opened this issue Jan 21, 2025 · 0 comments
Open

Adding two of the same sequences together fails #18

bbollen23 opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bbollen23
Copy link
Contributor

    # 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
@bbollen23 bbollen23 added the bug Something isn't working label Jan 21, 2025
@bbollen23 bbollen23 self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant