Skip to content

Commit

Permalink
update aln model with correct input_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lenasal committed Sep 5, 2023
1 parent 6cae278 commit 1ae3e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurolib/models/aln/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ALNModel(Model):
]
output_vars = ["rates_exc", "rates_inh", "IA"]
default_output = "rates_exc"
input_vars = ["ext_exc_current", "ext_exc_rate"]
input_vars = ["ext_exc_current", "ext_inh_current", "ext_exc_rate", "ext_inh_rate"]
default_input = "ext_exc_rate"

def __init__(self, params=None, Cmat=None, Dmat=None, lookupTableFileName=None, seed=None):
Expand Down

0 comments on commit 1ae3e1b

Please sign in to comment.