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

Change for loading data in Fig.9

parent 6caaf673
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
...@@ -47,16 +47,14 @@ network_params = {'N_scaling': 1., ...@@ -47,16 +47,14 @@ network_params = {'N_scaling': 1.,
'K_scaling': 1., 'K_scaling': 1.,
'connection_params': conn_params, 'connection_params': conn_params,
'neuron_params': neuron_params} 'neuron_params': neuron_params}
ana_spec = {'load_areas': []}
M = MultiAreaModel(network_params, M = MultiAreaModel(network_params,
analysis=True, analysis=True,
ana_spec=ana_spec,
simulation=True, simulation=True,
sim_spec=sim_params, sim_spec=sim_params,
theory=True, theory=True,
theory_spec=theory_params) theory_spec=theory_params)
p, r_stab = M.theory.integrate_siegert() p, r_stab = M.theory.integrate_siegert()
M.analysis.create_pop_rates(areas=M.area_list) M.analysis.create_pop_rates()
""" """
......
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