Tim Shea
Tim Shea
Objective of issue: add some support to the runtime behavior to detect if a process has hung i.e. the process is not responding indefinitely and no exception is raised. **Lava...
Objective of issue: Standard process library IO Processes, ProcessModels, and package names should follow a consistent naming convention. **Lava version:** - [x] **0.6** **I'm submitting a ...** - [x] bug...
### User story As an application developer, I want to build networks with LIF that behave the same across CPU and Loihi 2 backend, without needing to be re-parameterized. The...
Issue Number: #770 Objective of pull request: Create a new class `Buffer` that will dynamically create ports and vars as needed to allow the user to connect arbitrary inputs, outputs,...
Issue Number: #768 Objective of pull request: Add logic to create a RunSteps or RunContinuous in Runtime.start when user passes an int or None respectively. This allows users to just...
Issue Number: #760 Objective of pull request: Add loglevel paramater to PyLoihiProcessModel constructor ## Pull request checklist Your PR fulfills the following requirements: - [X] [Issue](https://github.com/lava-nc/lava/issues) created that explains the...
### User story As a user, I want to be able to store or write multiple inputs, outputs, or vars easily, without creating many different RingBuffer processes. ### Conditions of...
### User story As a user, I want to be able to pass an int or None to the runtime.start method and process.run, rather than an AbstractRunCondition. If I pass...
**Describe the bug** If I connect the s_out port of a LIF to its own a_in port, running the model will cause a deadlock, but no error message is generated....
**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...