Stephan Rave
Stephan Rave
The current tests do not test all features of `RandomizedRangeFinder`. Also, the correctness of the computed results needs to be tested.
I suspect that there is a bug inside skfem that is triggered for newer scipy. At least, I don't see where relevant scipy code is used on the pyMOR side....
The issue pops up in CI periodically, like [here](https://github.com/pymor/pymor/actions/runs/10962452794/job/30441724328?pr=2360). The following code snippet reproduces the issue for me on Linux with PyPI packages: ```python import numpy as np from pymortests.algorithms.samdp...
Currently www.pymor.org is mainly an outdated copy of pyMOR's README.md. At today's community meeting (https://github.com/pymor/pymor/discussions/2351), we agreed to replace the README with a relatively short static text that links to...
Seeing the final working example first, might be more motivating for the reader to look into the details. Also, the reader has more freedom to choose the level of detail...
For new users it's often unclear which Model to choose for their application.
Security support for Python 3.8 ends in October, so we should no longer support it / test it.
In the README, we give more details on using venv, conda, etc. Some users might never read this, as some basic instructions are also given in the 'Getting Started' document....