Skip to content

Commit e1a0c18

Browse files
authored
Merge pull request #3180 from otcathatsya/mc_comment
Add microcircuit rate verification comments
2 parents 358c7cc + 770f2a2 commit e1a0c18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pynest/examples/Potjans_2014/network_params.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def get_exc_inh_matrix(val_exc, val_inh, num_pops):
7171
# necessary for the scaling of the network.
7272
# The values were obtained by running this PyNEST microcircuit without MPI,
7373
# '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.
7477
"full_mean_rates": np.array([0.903, 2.965, 4.414, 5.876, 7.569, 8.633, 1.105, 7.829]),
7578
# connection probabilities (the first index corresponds to the targets
7679
# and the second to the sources)

0 commit comments

Comments
 (0)