Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Aug 22, 2024
1 parent de68da3 commit a38ff24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyopt/ephys/morphologies.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def replace_axon(sim=None, icell=None,
icell.axon[0].connect(icell.soma[0], 1.0, 0.0)
icell.axon[1].connect(icell.axon[0], 1.0, 0.0)

logger.debug(f"Replace axon with AIS, {axon_stub_length = }")
logger.debug(f"Replace axon with AIS, {axon_stub_length=}")

default_replace_axon_hoc = \
'''
Expand Down

0 comments on commit a38ff24

Please sign in to comment.