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

Unexpected Result of the BeamForceandMoment component #680

Open
junjieim opened this issue Jul 8, 2024 · 0 comments
Open

Unexpected Result of the BeamForceandMoment component #680

junjieim opened this issue Jul 8, 2024 · 0 comments

Comments

@junjieim
Copy link

junjieim commented Jul 8, 2024

When parameter EL is input as a tree structure, the expected output is to classify according to the tree structure.

For example, when a tree such as {[PB1 PB2], [PB3 PB4]} is connected to EL, the expected result is also a tree with 2 branches, one for the PB1 PB2 filter result and the other for the PB3 PB4 result.

However, the actual output is like that the {[PB1 PB2], [PB3 PB4]} is flatten as PB1 PB2 PB3 PB4.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant