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
It's possible to pass in NodeStruct data structures as parent and child, yet there is no support for this in the native functions. The pipeline goes from the else statement in
dhart/src/Python/dhart/spatialstructures/graph.py
Lines 160 to 166 in 7587a53
It's possible to pass in NodeStruct data structures as parent and child, yet there is no support for this in the native functions. The pipeline goes from the else statement in
dhart/src/Python/dhart/spatialstructures/graph.py
Lines 212 to 219 in 7587a53
to
dhart/src/Python/dhart/spatialstructures/spatial_structures_native_functions.py
Lines 117 to 123 in 7587a53
where the only allowed data type for the parent and child is Tuple[float,float,float]. This results in an error when calling
dhart/src/Python/dhart/spatialstructures/spatial_structures_native_functions.py
Lines 127 to 128 in 7587a53
which relies on the parent and child being passed in by their xyz coordinates.
The text was updated successfully, but these errors were encountered: