Skip to content
Snippets Groups Projects
Commit 9052c384 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Disable time printing

parent ab68e6f7
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ p_rate = 1000.0 * nu_ex * CE ...@@ -136,7 +136,7 @@ p_rate = 1000.0 * nu_ex * CE
# already processed simulation time as well as its percentage of the total # already processed simulation time as well as its percentage of the total
# simulation time. # simulation time.
nest.SetKernelStatus({"resolution": dt, "print_time": True, nest.SetKernelStatus({"resolution": dt,
"overwrite_files": True}) "overwrite_files": True})
print("Building network") print("Building network")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment