Dennis Terhorst
Dennis Terhorst
These changes would allow #3330 to be merged.
GitHub deprecated and now removed the `ubuntu-20.04` image in CI. ref. https://github.com/actions/runner-images/issues/11101
This is a minimal reformatting in few doc-strings that are rightfully marked by newer version of black. See https://github.com/nest/nest-simulator/pull/3406
The following list of tests is still SLI-based. Please help to port them to a Python-based test. Reference your PR to the corresponding file. Tick it of once the PR...
This is draft for discussion of #3396. **Please add comments to the issue as long as this PR is in draft mode.**
**Current state** `nest.GetKernelStatus()` returns a mixture of run-time states, compile time configurations and options. In code this is reflected with different mechanisms and on different levels: * cmake compile flags...
Currently there is a conflict between dependabot updates to `.github/workflows/nestbuildmatrix.yml` and the `pre-commit autoupdate` for `.pre-commit-config.yaml`. This may lead to differences in versions of tools, which in turn may lead...
The test framework uses some outdated versions that start to become difficult with newer python versions. The main change in this PR is the update of some `pyproject.toml` sections and...