diff --git a/neurots/morphmath/bifurcation.py b/neurots/morphmath/bifurcation.py index 7ec88ea5..13e245fb 100644 --- a/neurots/morphmath/bifurcation.py +++ b/neurots/morphmath/bifurcation.py @@ -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)) diff --git a/tests/astrocyte/data/astrocyte.h5 b/tests/astrocyte/data/astrocyte.h5 index bda3326c..d2a8298c 100644 Binary files a/tests/astrocyte/data/astrocyte.h5 and b/tests/astrocyte/data/astrocyte.h5 differ