Hans Ekkehard Plesser
Hans Ekkehard Plesser
PyNEST-NG needs to be systematically benchmarked to avoid performance regressions. Both construction time and simulation time should be monitored, as well as memory consumption. The following networks should be included:...
PyNEST-NG should be monitored for thread sanity during construction and simulation, ideally be running the testsuite with test sanitization (ARCHER) in place.
Make sure that all examples run with warnings and produce expected results. This also entails - check that no examples got lost - revise the run_examples.sh script. I have a...
I have a first working version in my `pynestng_module` at https://github.com/heplesser/nest-extension-module/tree/pynestng_module To see the changes required from extension modules working with current master and those for PyNEST-NG, it is best...
A bugfix for `GetLocalNodeCollection()` in #3632 resulted in the following regression. In NEST 3.9, the following code works correctly: ```python In [10]: n = nest.Create("parrot_neuron", positions=nest.spatial.free(pos=[(i/10, 0) for i in...
A detailed description will follow. I create the PR now to allow references to it. ### Review sections * [x] `doc/` → doc-team * [x] `examples/` → doc-team * [...
NEST coding standards prescribe use of the textual form of Boolean operators (`and`, `or`, `not`), but at present the checks in our CI do not seem to flag use of...
This is a small doc change, a single review should suffice.
The following should work ```bash mpirun -np 2 python -c 'import nest; nest.Create("iaf_psc_alpha", 4, {"V_m": [-77.0, -66.0, -77.0, -66.0], "tau_m": [10.0, 11.0, 12.0, 13.0]})' ``` but causes strange type errors...
## Incorrect equation? This equation seems off. From the text above it, I would expect to see an interval ## Channel number not well documented In the free text, only...