Skip to content

Commit

Permalink
ww: remove gama_inh parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
caglorithm committed Feb 5, 2021
1 parent ea2f6bb commit 1acb108
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion neurolib/models/ww/loadDefaultParams.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def loadDefaultParams(Cmat=None, Dmat=None, seed=None):
params.b_inh = 0.177 # kHz
params.d_inh = 87.0 # ms
params.tau_inh = 10.0 # ms
params.gamma_inh = 0.641
params.w_inh = 0.7
params.inh_current = 0.382 # nA

Expand Down
3 changes: 0 additions & 3 deletions neurolib/models/ww/timeIntegration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def timeIntegration(params):
b_inh = params["b_inh"]
d_inh = params["d_inh"]
tau_inh = params["tau_exc"]
gamma_inh = params["gamma_inh"]
w_inh = params["w_inh"]
inh_current = params["inh_current"]

Expand Down Expand Up @@ -158,7 +157,6 @@ def timeIntegration(params):
b_inh,
d_inh,
tau_inh,
gamma_inh,
w_inh,
inh_current,
J_NMDA,
Expand Down Expand Up @@ -204,7 +202,6 @@ def timeIntegration_njit_elementwise(
b_inh,
d_inh,
tau_inh,
gamma_inh,
w_inh,
inh_current,
J_NMDA,
Expand Down

0 comments on commit 1acb108

Please sign in to comment.