Jannik Luboeinski
Jannik Luboeinski
It would good to be able to measure, or display, the progress of a running simulation. This could, for example, happen through a string that contains the current progress percentage...
Maybe it's not a bug, but it's definitively unexpected: network simulations with _long timesteps_ and _long simulation time_ take much longer than such with _short timesteps_ and _short simulation time_,...
When defining a `PoissonInput` object, the value returned by the constructor needs to be retrieved for the object to work. While I think that this is not a big issue,...
This adds to the Lava process library a Leaky Integrate-and-Fire neuron with adaptive threshold and adaptive refractoriness ([ATRLIF neuron](https://github.com/lava-nc/lava/issues/845#issuecomment-2024034242)). Both a floating- and a fixed-point CPU process model implementation are...
So far, neurons with firing adaptation have not yet been added to the Lava library (although according neurons have been implemented in Lava-DL, see the links below). But such neurons...
Setting the delay time of a connection to`0` causes unexpected behavior. Specifically, the probing of variables from mechanisms fails by yielding an empty array (see the code [here](https://github.com/jlubo/arbor/blob/70840741e2f19a2173b963480b3dec71245d6f87/python/test/delay_zero_bug.py)). I've encountered...
Python tests are added to ensure the working of the diffusion of arbitrary particles in setups with 1-3 segments (cf. issues https://github.com/arbor-sim/arbor/issues/2084 and https://github.com/arbor-sim/arbor/issues/2145). Besides showing that the diffusion seems...
There seem to be several flaws in the diffusion process (cf. the [requirements](https://github.com/arbor-sim/arbor/issues/2084#issuecomment-1498037774) here): 1. the number of particles does not stay constant in the absence of particle injection and...
In the [documentation](https://docs.arbor-sim.org/en/latest/fileformat/nmodl.html#units), `mmol/L` is mentioned as the unit for `ion X diffusive concentration`, but it is not stated what it refers to (e.g., to point mechanisms, as it is...