This repository was archived by the owner on Feb 26, 2025. It is now read-only.
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -577,28 +577,28 @@ def run(
577
577
578
578
Parameters
579
579
----------
580
- t_stop :
580
+ t_stop :
581
581
This function will run the simulation until t_stop
582
- v_init :
582
+ v_init :
583
583
Voltage initial value when the simulation starts
584
- celsius :
584
+ celsius :
585
585
Temperature at which the simulation runs
586
- dt :
586
+ dt :
587
587
Timestep (delta-t) for the simulation
588
- forward_skip :
588
+ forward_skip :
589
589
[compatibility/non-sonata] Enable/disable ForwardSkip, when
590
590
forward_skip_value is None, forward skip will only be
591
591
enabled if the simulation config has a ForwardSkip value)
592
592
forward_skip_value :
593
593
[compatibility/non-sonata] Overwrite the ForwardSkip value
594
594
in the simulation config. If this is set to None, the value
595
595
in the simulation config is used.
596
- cvode :
596
+ cvode :
597
597
Force the simulation to run in variable timestep. Not possible
598
598
when there are stochastic channels in the neuron model. When
599
599
enabled results from a large network simulation will not be
600
600
exactly reproduced.
601
- show_progress:
601
+ show_progress:
602
602
Show a progress bar during simulations. When
603
603
enabled results from a large network simulation
604
604
will not be exactly reproduced.
You can’t perform that action at this time.
0 commit comments