Skip to content

Commit

Permalink
Flak8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjone committed Feb 15, 2024
1 parent 7788741 commit 8372556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LFPy/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@ def _parent_and_segment_current(self, seg_idx, parent_idx, bottom_seg,
else:
# if branch, need to compute iseg and ipar separately
[sib_idcs] = np.take(self.children_dict[parentsec.name()],
np.where(self.children_dict[parentsec.name()]
np.where(self.children_dict[parentsec.name()]
!= seg_idx))
sibs = [self.get_idx_name(sib_idcs)[i][1]
for i in range(len(sib_idcs))]
Expand Down

0 comments on commit 8372556

Please sign in to comment.