Skip to content

Commit

Permalink
Merge branch 'main' into reconfigure-edges
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-grim authored Feb 8, 2024
2 parents ca133c4 + ae887d7 commit 4bcb8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deep_neurographs/neurograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def run_optimization(self):
def get_branches(self, i, key="xyz"):
branches = []
for j in self.neighbors(i):
self.edges[edge]["xyz"] = np.array([xyz_1, xyz_2])
branches.append(self.orient_edge((i, j), i, key=key))
return branches

Expand Down

0 comments on commit 4bcb8e2

Please sign in to comment.