Sebastian Schmitt
Sebastian Schmitt
I've added a helper class to compare "stuff" and a concrete implementation for comparing histograms, as well as an example. The expected output is attached. I'm aware that it needs...
finish and integrate comparison helper, see PR #330
Consider adding binder for trying out sbi easily. I've create one for my fork of sbi. I had to remove the `environment.yml`, because binder hat trouble creating the docker (ERROR:...
As a user I'd like to be able to install Lava using Spack, creating spack packages will allow users in the HPC space to install and use lava easily. "Spack...
Typical computational neuroscience models, like LIF and AdEx, restrict the membrane voltage to below the threshold. To allow to replicate results, e.g., the AdEx Naud patterns (https://dx.doi.org/10.1007%2Fs00422-008-0264-7), it is crucial...
Hi! I'm on `bb723be670f3b5a85da8b40d0e41fe0a18f240b5` and have the following start for the implementation of a Graupner/Brunel mechanism: ``` NEURON { POINT_PROCESS graupner_brunel } INITIAL { c = 0 rho = 0...
Multiple connections to the same synapse are allowed and correct if the dynamics of the mechanism are linear. However, for synapse mechanisms that are not, subtle bugs may occur if...
`cable_probe_membrane_voltage` interpolates/extrapolates currently the voltage based on the voltages of the CVs. This may lead to unexpected results, cf. #1533. A "mode" should be introduced that allows to switch to...
A (very?) large resistivity is needed to mimic an insulator. Not sure if really a bug. Comparison with some other simulator or solving the math by hand needed. [arbor_insulator.py.gz](https://github.com/arbor-sim/arbor/files/6546954/arbor_insulator.py.gz) 