Skip to content
Snippets Groups Projects
Commit 6d630262 authored by Maximilian Schmidt's avatar Maximilian Schmidt
Browse files

Add initial_rates_iter to default params of theory class

parent 96ce3cc5
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
......@@ -270,6 +270,7 @@ Theory params
theory_params = {'neuron_params': neuron_params,
'input_params': input_params,
'initial_rates': None,
'initial_rates_iter': None,
'T': 50.,
'dt': 0.1}
......
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