Closed kyralianaka closed 1 month ago
I get the error TypeError: Kv.init_state() missing 2 required positional arguments: 'params' and 'delta_t' when trying to call init_state() on a cell with the kwu09.Kv channel @huangziwei
TypeError: Kv.init_state() missing 2 required positional arguments: 'params' and 'delta_t'
have you tried pulling the latest jaxley and jaxley-mech? Both should be >=0.2.0
jaxley
jaxley-mech
Ahh that fixes it thanks!
I get the error
TypeError: Kv.init_state() missing 2 required positional arguments: 'params' and 'delta_t'
when trying to call init_state() on a cell with the kwu09.Kv channel @huangziwei