jaxleyverse / jaxley-mech

Jaxley-based library of ion channels and synapses
MIT License
2 stars 0 forks source link

kwu09 Kv channel init_state error #44

Closed kyralianaka closed 1 month ago

kyralianaka commented 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

huangziwei commented 1 month ago

have you tried pulling the latest jaxley and jaxley-mech? Both should be >=0.2.0

kyralianaka commented 1 month ago

Ahh that fixes it thanks!