Skip to content

Commit 8f30b3e

Browse files
committed
Fix minor error in example
1 parent 11af105 commit 8f30b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynest/examples/astrocytes/astrocyte_brunel_fixed_indegree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def run_simulation():
315315
# NEST configuration
316316
nest.ResetKernel()
317317
nest.resolution = sim_params["dt"]
318-
nest.local_num_threads = sim_params["n_threads"]
318+
nest.local_num_threads = sim_params["n_vp"]
319319
nest.print_time = True
320320
nest.overwrite_files = True
321321

0 commit comments

Comments
 (0)