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

/

parent a6b456d4
No related branches found
No related tags found
1 merge request!35Pre-release MAM v1.1.0
......@@ -185,7 +185,7 @@ def load_data(M):
- 'alpha_time_window' : time constant of the alpha function
- 'rect_time_window' : width of the moving rectangular function
"""
A.create_synaptic_input(self, **keywords)
A.create_synaptic_input()
print("Computing synaptic input done")
A.save()
......
......@@ -185,7 +185,7 @@ def load_data(M):
- 'alpha_time_window' : time constant of the alpha function
- 'rect_time_window' : width of the moving rectangular function
"""
A.create_synaptic_input(self, **keywords)
A.create_synaptic_input()
print("Computing synaptic input done")
A.save()
......
This diff is collapsed.
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