Hans Ekkehard Plesser

Results 52 issues of Hans Ekkehard Plesser

T: Bug
S: Normal
I: No breaking change

With a view to testing what we aim/claim to support, we should review our testing strategy. Some points to consider are: - How to cover different Linux Distributions and long-term...

T: Discussion
S: Normal
I: No breaking change
stale

We currently perform MPI-based tests under Python in two different ways - running `mpirun -np N python -m pytest ...` on the `pytest/mpi/{2,3,4}` directories (*direct approach*) - running PyNEST indirectly...

T: Enhancement
S: Normal
I: No breaking change
stale

Of the four MUSIC input proxy models, `music_{event,rate}_in_proxy` register their default port with the `MusicManager` on construction of the model instance, but the `cont` and `message` proxies do not. This...

S: Normal
T: Maintenance
I: No breaking change
stale

It appears that if tests in the `testsuite/mpi/{2,3,4}` directories fail (at least if failing due to a failed assertion), then the corresponding rows in the test report will miss instead...

T: Bug
S: Critical
I: No breaking change
stale

The title says it all.

S: Normal
T: Maintenance
I: No breaking change
stale

The test below will fail if run as is. If the number of threads is changed *before* `p = nest.random.normal(mean=0, std=1)` all works well. Otherwise, there is also a risk...

T: Bug
S: High
I: No breaking change
stale

Vieth and colleagues [1] have defined a plasticity rule that increases the synaptic weight by a fixed amount if the post-synaptic neuron fires within a fixed time interval after the...

bug

This PR brings the handling of `-Dwith-openmp` in line with MPI and other libraries according to modern CMake practice, so that the root directory of the `libomp` installation can be...

T: Bug
S: High
I: No breaking change

The `symmetric_pairwise_bernoulli` connection rules prohibits autapses and requires `allow_multapses==true`. It also requires `p < 1`. These constraints are not entirely plausible. Furthermore, is `p` is very close to 1, each...

T: Discussion
S: Normal
I: Behavior changes
stale