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

Rename viscortex_processed_data.json to viscortex_processed_data_backup.json...

Rename viscortex_processed_data.json to viscortex_processed_data_backup.json and store only necessary predefined data
parent 1a481672
No related branches found
No related tags found
1 merge request!1Add all necessary files for the multi-area model
# -*- coding: utf-8 -*-
"""
VisualCortexData
================
......@@ -1365,7 +1364,7 @@ def process_raw_data():
else:
# Load data that cannot be computed from json file or set to None
with open(os.path.join(out_path,
''.join(('viscortex_processed_data', out_label, '.json'))),
''.join(('viscortex_processed_data_backup.json'))),
'r') as f:
dat = json.load(f)
SLN_completed = dat['SLN_completed']
......
This diff is collapsed.
This diff is collapsed.
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