Jan Vogelsang
Jan Vogelsang
This pull requests aims to fix issue #2437 . Regression test "issue-2437.py" provides a minimal example of the error in NEST which fails for the current master. The issue is...
**Describe the bug** The bug was already described in #1034 and partially fixed in #1137, but still appears for some parameter combinations. Continuing on the description of the issue mentioned...
After working on the nest kernel for some time, I stumbled across multiple cases of either error-prone or nonmodern code that in some cases even led to hard-to-find bugs that...
There were two wrong paths that I hereby fixed: 1. In the documentation on the developer workflow page, where there is a link to "Creating a pull request" that is...
This PR adds support for axonal delays to the kernel and defines an interface to specify axonal delays. It also provides a framework for existing and future synapse and neuron...
Currently, the VMSize kernel value for the process running NEST can be accessed via the `memory_thisjob` sli-command (see processes.sli line 1165). However, other metrics like the VMPeak value (peak memory...
Currently, JUBE only allows parameters with the `mode` set to `python` to be simple expressions, which is quite restrictive. This PR adds the possibility for any arbitrary python code to...