We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 358c7cc + 770f2a2 commit e1a0c18Copy full SHA for e1a0c18
1 file changed
pynest/examples/Potjans_2014/network_params.py
@@ -71,6 +71,9 @@ def get_exc_inh_matrix(val_exc, val_inh, num_pops):
71
# necessary for the scaling of the network.
72
# The values were obtained by running this PyNEST microcircuit without MPI,
73
# 'local_num_threads' 4 and both 'N_scaling' and 'K_scaling' set to 1.
74
+ #
75
+ # Since these rates were only taken from one simulation, they alone are not sufficient for verification.
76
+ # For that, rates should be compared to mean values over multiple runs with different RNG seeds.
77
"full_mean_rates": np.array([0.903, 2.965, 4.414, 5.876, 7.569, 8.633, 1.105, 7.829]),
78
# connection probabilities (the first index corresponds to the targets
79
# and the second to the sources)
0 commit comments