Skip to content

Commit

Permalink
Merge pull request #260 from Andrew-Clappison/fix_tau_inh
Browse files Browse the repository at this point in the history
Bug Fix: Setting value of tau_inh in timeIntegration
  • Loading branch information
lenasal committed Jan 29, 2024
2 parents 762456a + f4b073f commit 4436468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurolib/models/ww/timeIntegration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def timeIntegration(params):
a_inh = params["a_inh"]
b_inh = params["b_inh"]
d_inh = params["d_inh"]
tau_inh = params["tau_exc"]
tau_inh = params["tau_inh"]
w_inh = params["w_inh"]
inh_current_baseline = params["inh_current_baseline"]

Expand Down

0 comments on commit 4436468

Please sign in to comment.