Skip to content
Snippets Groups Projects
Commit 1e8ce8ad authored by Didi Hou's avatar Didi Hou Committed by Administrator
Browse files

/

parent 6844e714
No related branches found
No related tags found
1 merge request!35Pre-release MAM v1.1.0
This diff is collapsed.
......@@ -129,7 +129,7 @@ def load_and_create_data(M, A):
- 'alpha_time_window' : time constant of the alpha function
- 'rect_time_window' : width of the moving rectangular function
"""
A.create_synaptic_input()
# A.create_synaptic_input()
# print("Computing synaptic input done")
A.save()
......@@ -143,6 +143,4 @@ def load_and_create_data(M, A):
# subprocess.run(['python3', './Schmidt2018_dyn/compute_bold_signal.py'])
# # subprocess.run(['Rscript', '--vanilla', 'compute_bold_signal.R', fn, out_fn])
# except FileNotFoundError:
# raise FileNotFoundError("Executing R failed. Did you install R?")
return A
\ No newline at end of file
# raise FileNotFoundError("Executing R failed. Did you install R?")
\ No newline at end of file
......@@ -129,7 +129,7 @@ def load_and_create_data(M, A):
- 'alpha_time_window' : time constant of the alpha function
- 'rect_time_window' : width of the moving rectangular function
"""
A.create_synaptic_input()
# A.create_synaptic_input()
# print("Computing synaptic input done")
A.save()
......@@ -143,6 +143,4 @@ def load_and_create_data(M, A):
# subprocess.run(['python3', './Schmidt2018_dyn/compute_bold_signal.py'])
# # subprocess.run(['Rscript', '--vanilla', 'compute_bold_signal.R', fn, out_fn])
# except FileNotFoundError:
# raise FileNotFoundError("Executing R failed. Did you install R?")
return A
\ No newline at end of file
# raise FileNotFoundError("Executing R failed. Did you install R?")
\ No newline at end of file
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