Skip to content
Snippets Groups Projects
Commit 44d7357a authored by jasperalbers's avatar jasperalbers
Browse files

change default rng seed from 0 to 1 (0 is not allowed in NEST 3)

parent 135f071c
No related branches found
No related tags found
1 merge request!19Enable use of NEST 3
......@@ -38,7 +38,7 @@ Simulation parameters
"""
sim_params = {
# master seed for random number generators
'rng_seed': 0,
'rng_seed': 1,
# simulation step (in ms)
'dt': 0.1,
# simulated time (in ms)
......
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