Hans Ekkehard Plesser
Hans Ekkehard Plesser
In this context, we should review our overall approach to MPI tests. Most MPI-based tests (everything not ported from sli-based mpitests) is currently run as `mpirun -np X pytest pytests/mpi/X`....
@neuroady For further debugging of this issue, if it is not solved by the solution for #3489, you may want to compile NEST with the following CMake flags: - GCC:...
I just pushed another update fixing one corner case and added a regression test. Besides the problem with `test_spike_transmission_after_disconnect` mentioned above, there is also a deadlock issue on some MPI-based...
I manually canceled the Actions workflow because the remaining cases had gotten stuck and our timeout mechanisms don't seem to work for MPI-based tests right now.
> Thanks for the PR! It looks good and a special thumbs up for the updated example in the docs. As another sanity check, I tried to set the interval...
@dherrera1911 Thank you for opening this issue and pointing out weaknesses in our documentation! Here a quick answer: For models named `iaf_cond_*`, NEST uses the sign of the weight to...
@FinnBurkhardt Would you be able to address the open issues within a few days? I also added two minor suggestions. Please merge master into your branch for this PR to...
Model should be re-created using NESTML, including tests.
To expand a little on my comment from 1.5 years ago: If this model including tests can be built with NESTML in the near future, that would be a way...
@jessica-mitchell Yes. If we have a feature, we need tests for it. It think we should proceed to write the tests as pytests for NEST. @abigailm Would you know someone...