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

Commit de68da3

Browse files
committed
Fixed linter error
1 parent 8544092 commit de68da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/ephys/morphologies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def replace_axon(sim=None, icell=None,
211211

212212
for index, section in enumerate(icell.axon):
213213
section.L = axon_stub_length / 2
214-
section.nseg = 1 + 2 * int(section.L/axon_nseg_frequency)
214+
section.nseg = 1 + 2 * int(section.L / axon_nseg_frequency)
215215
section.diam = ais_diams[index]
216216
icell.axonal.append(sec=section)
217217
icell.all.append(sec=section)

0 commit comments

Comments
 (0)