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

Fix path in run_example.py

parent aa0da278
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
......@@ -69,7 +69,7 @@ neuron_params = {'V0_mean': -150.,
'V0_sd': 50.}
network_params = {'N_scaling': 0.01,
'K_scaling': 0.01,
'fullscale_rates': 'fullscale_rates.json',
'fullscale_rates': 'tests/fullscale_rates.json',
'connection_params': conn_params,
'neuron_params': neuron_params}
......
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