Skip to content
Snippets Groups Projects
Commit f18e44c3 authored by didihou's avatar didihou Committed by Administrator
Browse files

/

parent 67c77ec9
No related branches found
No related tags found
1 merge request!35Pre-release MAM v1.1.0
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -98,7 +98,7 @@ def load_and_create_data(M, A, raster_areas):
# Compute time series of firing rates convolved with a kernel
# data_path = sys.argv[1]
label = M.simulation_label
label = M.simulation.label
method = 'auto_kernel'
for area in raster_areas:
subprocess.run(['python3', './Schmidt2018_dyn/compute_rate_time_series.py', data_path, label, area, method])
......
......@@ -98,7 +98,7 @@ def load_and_create_data(M, A, raster_areas):
# Compute time series of firing rates convolved with a kernel
# data_path = sys.argv[1]
label = M.simulation_label
label = M.simulation.label
method = 'auto_kernel'
for area in raster_areas:
subprocess.run(['python3', './Schmidt2018_dyn/compute_rate_time_series.py', data_path, label, area, method])
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
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