You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) the function index_of_loc returns the highest index for the closest segment and the lowest for the furthest, see #30 and (2) it is multiplying with branch_ind because we had to rely on global compartment indices -- now this could be solved with local indices and then it is not necessary anymore to pass a branch_ind to the function
(1) the function
index_of_loc
returns the highest index for the closest segment and the lowest for the furthest, see #30 and (2) it is multiplying with branch_ind because we had to rely on global compartment indices -- now this could be solved with local indices and then it is not necessary anymore to pass a branch_ind to the functionjaxley/jaxley/utils/cell_utils.py
Line 161 in 729c1ca
Originally posted by @lappalainenj in #277 (comment)
Also see here
The text was updated successfully, but these errors were encountered: