You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
Lava version 0.8.0
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: