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 46499ec commit 042f2d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 042f2d7

Please sign in to comment.