You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: