Sebastian Schmitt

Results 22 issues of 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...

new feature

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:...

enhancement
good first issue
less-urgent

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...

1-feature
integration

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...

enhancement
help wanted
Feature Request
neuroscience

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...

bug
modcc
nmodl

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...

enhancement
help wanted

`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...

enhancement
help wanted

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) ![arbor_insulator](https://user-images.githubusercontent.com/1502412/119666553-c30ec000-be35-11eb-9e11-0db969391d94.png)

bug