MaxBetz
MaxBetz
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - Use gcc/gxx-11 in CI - Update Readme ## Merge Request -...
# Changes and Information Please **briefly list the changes** made, additional Information and what the Reviewer should look out for: - ## Merge Request - Guideline Checklist Please check our...
### Bug description gcc/gxx-11 gets installed, while only version 9 and 10 are used for building and testing ### Version Github (CI, Actions, etc.) ### To reproduce Bug found in...
### Motivation / Current Behaviour Introduction of flows in issue #511 and the added usage of templates to a lot of classes in issue #894 changed the behavior of the...
# Changes and Information Please **briefly list the changes** (main added features, changed items, or corrected bugs) made: - - - If need be, add additional information and what the...
### Feature description Until now, python simulations always use the default integrator defined in the c++ code. Goal is to give the user an interface to change the integrator aswell...
### Feature description ### Additional context ### Checklist - [X] Attached labels, especially loc:: or model:: labels. - [X] Linked to project.
- [x] Reorganize our current directory structure #261 - [ ] Make a consistent implementation of the python code which are alligned to the python coding conventions #262 - [...
### Bug description Using dt_max with RungeKuttaCashKarp54IntegratorCore in python does not bound timesteps that are higher than dt_max. ### Version Linux ### To reproduce 1. Initialize RungeKuttaCashKarp54IntegratorCore and set dt_max...
### Bug description When building python in editable mode a deprecation warning occurs. ### Version Linux ### To reproduce 1. go to any python package 2. 'pip install -e .'...