Benjamin Rodenberg
Benjamin Rodenberg
We currently use `python3 setup.py test` which is already deprecated for quite some time. I, therefore, get the following warning when running tests via `python3 setup.py test`: ``` WARNING: Testing...
`pyproject.toml` is the recommended format and we are mainly using the `setup.cfg` for versioneer. Versioneer also supports `pyproject.toml`. Therefore, moving should be possible. See https://github.com/python-versioneer/python-versioneer?tab=readme-ov-file#vendored-mode.
Backports some trivial changes to v2.5.0. Compatibility release for preCICE [v2.5.1](https://github.com/precice/precice/releases/tag/v2.5.1). Closes #203
I implemented this to build the base environments for testing spack in #212.
Support for the `test` command has been removed in Setuptools 72. Currently, our (mock) tests require this command. We, therefore, need to update our tests to make them futureproof.
The following configuration is allowed: ``` ... ... ``` I believe the last acceleration scheme is the one actually applied. **Describe your setup** Operating system (e.g. Linux distribution and version):...
## Main changes of this PR I split the initialization procedure into smaller functions following the suggestions in #2005. ## Motivation and additional information Refactoring as a preparation for #2005....
## Main changes of this PR Simplifies the `Acceleration.hpp` class. ## Motivation and additional information Reduce complexity of `Acceleration` class hierarchy. Drawback: I need to update the implementation of the...
**Please describe the problem you are trying to solve.** Currently `advance(dt)` is used by the first participant to define the time window size, if `method="first-participant"` is used. Therefore, it is...
**Please describe the problem you are trying to solve.** Simplify the mapping configuration by removing the unnecessary (?) `direction="read"/"write"` attribute. **Describe the solution you propose.** I think we could remove...