Skip to content

Commit 320ba81

Browse files
committed
fix: rm redundant feature lookup in downstroke
1 parent 340028b commit 320ba81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ephyspy/features/spike_features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def _compute(self, recompute=False, store_diagnostics=True):
117117
downstroke_idx = self.lookup_spike_feature(
118118
"downstroke_index", recompute=recompute
119119
)
120-
peak_t = self.lookup_spike_feature("peak_t", recompute=recompute)
121-
trough_t = self.lookup_spike_feature("fast_trough_t", recompute=recompute)
122120
if store_diagnostics:
123121
self._update_diagnostics(
124122
{

0 commit comments

Comments
 (0)