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

nearest_node() in SystemElements class returns index of node_map instead of node_id #342

Open
RikHendriks opened this issue Nov 20, 2024 · 0 comments

Comments

@RikHendriks
Copy link

The nearest_node() function in the SystemElements class returns the index of node_map.
However, it should return the id of the element inside node_map.

Solution: add ".id" to the code, just like in the find_node_id() function.

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