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

Add installation of streamingmodule

#2
parent e7f237b6
No related branches found
No related tags found
2 merge requests!3Feature/#7 remove conan,!2Feature/#2 add brunel simulation demo
......@@ -23,6 +23,7 @@ class Brunel3D:
def __init__(self):
self.layer_dict = {}
nest.Install("streamingmodule")
# nest.SetKernelStatus({'print_time': True})
class Parameters:
......@@ -70,7 +71,7 @@ class Brunel3D:
"V_m": 0.0
}
mm_params = {'record_from': ['V_m', 'V_th'],
'record_to': ['nesci_contra']}
'record_to': ['streaming']}
poisson_params = {"rate": p_rate}
def modified_copy(self, orig, diff):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment