Tim Shea
Tim Shea
**Describe the bug** When I create an object that derives from AbstractProcess and never call run, it should not invoke stop during garbage collection. **To reproduce current behavior** ```python from...
**Describe the bug** When creating a process and calling process.create_runtime, that process will leak (i.e. leave open) channels and SystemProcesses on deletion if its run method is never called. If...
**Describe the bug** PyAsyncProcessModel starts running (run_async is called) during runtime creation, instead of waiting until a subsequent run mgmt command is sent by the runtime. **To reproduce current behavior**...
**Describe the bug** AbstractSubProcessModel is inappropriately named. The thing which it describes is a container of other processes/process models, but the name suggests that it's one of the elements held...
Objective of issue: Profiler currently attempts to import the class Loihi2ProfilerApi which is defined in lava-loihi and throws an error if it can't be imported. This creates a highly undesirable...
Objective of issue: Update tutorial numbering across Lava and Lava libraries to avoid duplicate numbers. **Lava version:** - [X] **0.6.0** (feature release) **I'm submitting a ...** - [X] documentation request...
### User story As a user, I want to run PilotNet faster. ### Conditions of satisfaction - Use lava streaming figure and plots to replace monitor to achieve real-time or...
Bumped python version and added numpy version selector. Issue Number: #214 Please check your PR type: - [X] Feature ## Does this introduce a breaking change? - [X] No
### User story As a solution developer, I want to be able to incrementally modify my problem state and generate a new solution. I should be able to add or...
### User story As a product manager, I want to be able to input data in a format that is convenient, without having to write any complicated data transformation logic...