lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
529 stars 136 forks source link

PyLoihiProcessModel does not accept a LogLevel parameter. #760

Open tim-shea opened 11 months ago

tim-shea commented 11 months ago

Describe the bug I can't correctly override the default loglevel of a PyLoihiProcessModel, because the PyLoihiProcessModel constructor does not have a loglevel parameter, even though the AbstractPyProcessModel does have this parameter.

Expected behavior PyLoihiProcessModel.init should accept loglevel and forward this argument to super().init.

Environment (please complete the following information):