Skip to content

Commit

Permalink
enable adding features to input mesh for use during registration
Browse files Browse the repository at this point in the history
  • Loading branch information
gattia committed Sep 26, 2020
1 parent 7f11d38 commit 9cd8669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfocusr/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self,
else:
pass

self.node_features += list(vtk_to_numpy(vtk_mesh.GetPointData().GetArray(idx)))
self.node_features += list([vtk_to_numpy(vtk_mesh.GetPointData().GetArray(idx)),])

# normalize the node features w/ options for how it is normalized.
self.norm_node_features(norm_using_std=self.norm_node_features_std,
Expand Down

0 comments on commit 9cd8669

Please sign in to comment.