simetenn/uncertainpy

Models support **kwargs

simetenn opened this issue · 1 comments

Models should support using **kwargs to set default values given to the run function.

Example

NeuronModel(.., **kwargs)

Which then call something similar to

NeuronModel.run(**parameters, **kwargs)

Fixed in commit f3a761d.