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

Doubling up of instances when building assemblies #494

Open
BradyAJohnston opened this issue May 13, 2024 · 0 comments
Open

Doubling up of instances when building assemblies #494

BradyAJohnston opened this issue May 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@BradyAJohnston
Copy link
Owner

Currently there is doubling up of instances when building out assemblies. There should only be 60 chains in total for the whole assembly (60 instances) but instead there are 840.

image

This can be fixed in-nodes by inside of the generated assembly node, separating the instances and picking only those which match the chain_ids from the instances.
image

I haven't yet investigated, but I assume the assembly parsing code is doubling up on transforms that it is generating.

@BradyAJohnston BradyAJohnston added the bug Something isn't working label May 13, 2024
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