Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Dec 5, 2023
1 parent f626fad commit 46499ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion neurots/generate/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def next_point(self):
# the current section_grower bifurcates
# Returns two section_grower dictionaries: (S1, S2)
for child_section in self.growth_algo.bifurcate(section_grower):
print('lkjlkj', section_grower.last_point)
child = self.add_section(
parent=section, pathlength=section_grower.pathlength, **child_section
)
Expand Down
2 changes: 1 addition & 1 deletion neurots/morphmath/bifurcation.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ def directional(direction, angles):
theta1 = angles[3]

dir2 = rt.rotate_vector(direction, [0, 0, 1], phi1)
dir2 = rt.rotate_vector(dir2, [1, 0, 0], theta1)
#dir2 = rt.rotate_vector(dir2, [1, 0, 0], theta1)

return (np.array(direction), np.array(dir2))
Binary file modified tests/astrocyte/data/astrocyte.h5
Binary file not shown.

0 comments on commit 46499ec

Please sign in to comment.