Skip to content

Commit

Permalink
Merge branch 'neurolib-dev:master' into L1D_cost
Browse files Browse the repository at this point in the history
  • Loading branch information
lenasal authored Jan 29, 2024
2 parents df21294 + 4436468 commit 2ec40e2
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 2ec40e2

Please sign in to comment.