We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11af105 commit 8f30b3eCopy full SHA for 8f30b3e
pynest/examples/astrocytes/astrocyte_brunel_fixed_indegree.py
@@ -315,7 +315,7 @@ def run_simulation():
315
# NEST configuration
316
nest.ResetKernel()
317
nest.resolution = sim_params["dt"]
318
- nest.local_num_threads = sim_params["n_threads"]
+ nest.local_num_threads = sim_params["n_vp"]
319
nest.print_time = True
320
nest.overwrite_files = True
321
0 commit comments