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

Commit 81ce66d

Browse files
committed
fix lint
1 parent 9e34384 commit 81ce66d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bluecellulab/ssim.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -577,28 +577,28 @@ def run(
577577
578578
Parameters
579579
----------
580-
t_stop :
580+
t_stop :
581581
This function will run the simulation until t_stop
582-
v_init :
582+
v_init :
583583
Voltage initial value when the simulation starts
584-
celsius :
584+
celsius :
585585
Temperature at which the simulation runs
586-
dt :
586+
dt :
587587
Timestep (delta-t) for the simulation
588-
forward_skip :
588+
forward_skip :
589589
[compatibility/non-sonata] Enable/disable ForwardSkip, when
590590
forward_skip_value is None, forward skip will only be
591591
enabled if the simulation config has a ForwardSkip value)
592592
forward_skip_value :
593593
[compatibility/non-sonata] Overwrite the ForwardSkip value
594594
in the simulation config. If this is set to None, the value
595595
in the simulation config is used.
596-
cvode :
596+
cvode :
597597
Force the simulation to run in variable timestep. Not possible
598598
when there are stochastic channels in the neuron model. When
599599
enabled results from a large network simulation will not be
600600
exactly reproduced.
601-
show_progress:
601+
show_progress:
602602
Show a progress bar during simulations. When
603603
enabled results from a large network simulation
604604
will not be exactly reproduced.

0 commit comments

Comments
 (0)