Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 306c905

Browse files
author
Jaquier Aurélien Tristan
committed
lint fixes
1 parent d9bb8e5 commit 306c905

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bluepyopt/ephys/efeatures.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ def __init__(
317317
stim_start (float): stimulation start time (ms)
318318
stim_end (float): stimulation end time (ms)
319319
exp_mean (list of floats): experimental mean of this eFeature
320-
exp_std (list of floats): experimental standard deviation of this eFeature
320+
exp_std (list of floats): experimental standard deviation
321+
of this eFeature
321322
threshold (float): spike detection threshold (mV)
322323
comment (str): comment
323324
interp_step (float): interpolation step (ms)

bluepyopt/tests/test_ephys/test_features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,6 @@ def test_extraFELFeature():
328328
assert extrafel_feature_name in str(efeature)
329329

330330

331-
332-
333331
@pytest.mark.unit
334332
def test_masked_cosine_distance():
335333
"""ephys.efeatures: Testing masked_cosine_distance"""

0 commit comments

Comments
 (0)