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

Fix bug in Fig4 script

parent 89c18edf
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
......@@ -147,7 +147,7 @@ for label in labels:
# stationary firing rates
fn = os.path.join(data_path, label_stat_rate, 'Analysis', 'pop_rates.json')
with open(fn, 'r') as f:
pop_rates = {label: json.load(f)}
pop_rates = {label_stat_rate: json.load(f)}
# Meanfield part: first initialize base class to compute initial 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