Skip to content
Snippets Groups Projects
Commit a6b7ecb2 authored by Alexander van Meegen's avatar Alexander van Meegen
Browse files

Fix default value of K_stable

parent 0fb45387
No related branches found
No related tags found
1 merge request!23Fix issues raised by golosio
......@@ -117,11 +117,11 @@ General connection parameters
"""
connection_params = {
# Whether to apply the stabilization method of
# Schuecker, Schmidt et al. (2017). Default is False.
# Schuecker, Schmidt et al. (2017). Default is None.
# Options are True to perform the stabilization or
# a string that specifies the name of a binary
# numpy file containing the connectivity matrix
'K_stable': False,
'K_stable': None,
# Whether to replace all cortico-cortical connections by stationary
# Poisson input with population-specific rates (het_poisson_stat)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment