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

Commit 1becd65

Browse files
committed
fix style
1 parent b0515e2 commit 1becd65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bluepyopt/tests/test_ephys/test_locations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ class Cell(object):
315315
cell.testdend.append(sec=dend4)
316316
cell.testdend.append(sec=dend5)
317317

318-
319318
x0 = self.sim.neuron.h.Vector([0] * 10)
320319
d = self.sim.neuron.h.Vector([1] * 10)
321320

@@ -342,7 +341,6 @@ class Cell(object):
342341
assert comp == dend5(0.5)
343342

344343

345-
346344
@pytest.mark.unit
347345
def test_serialize():
348346
"""ephys.locations: Test serialize functionality"""

0 commit comments

Comments
 (0)