René Fritze
René Fritze
I'm currently considering using papermill to generate notebooks as input for pytest testing via [nbval](https://github.com/computationalmodelling/nbval). However my parameterized 'source' notebook would in a literal programming style and I think it...
NCC
- [deps] bump hypothesis to 6.52.3 - [tools] remove deprecated vtk functions - [vectorarrays] remove deprecated `blocks`+`_list` - [tests] remove deprecated `hy_complex_array_elements` strategy
Carried over from TODOs in #1648. 1. We can generate tutorials on-demand (as a test fixture) via the myst api instead of running a script before the tests 2. Scripts...
AFAICT we do not have anything about our complex number support in the technical docs, and no tutorial explicitly mentions it. I feel like that would be a very nice...
The just released sphinx-autoapi 1.9 is again parallel read safe, so we can enable parallel build by default again
Since the Gitlab pipeline timeout from yesterday I thought I'd look at test runtimes in general again. `make docker_test` on my laptop: ``` pytest_1 | ============================= slowest 10 durations =============================...
> Here is one tiny bug: since `validation_ratio` default value is `0.1`, which means the training_set at least 10 records, otherwise `ZeroDivisionError` is thrown. validation_set should be asserted not be...
There are still various TODO comments in the hypothesis code.
As seen in https://github.com/pymor/pymor/pull/1681#discussion_r922991356 the defunct `randrangefinder` reference just gets a dead text inserted which is rendered like a link though. We want to make this kinds of things sphinx...
With the (currently 2 days old) numpy commit https://github.com/numpy/numpy/commit/189eb6e38e78a06d86292b5d503de12fe2bebe38 our tests against [numpy git started failing](https://github.com/pymor/pymor/files/9138919/log.txt) The first problem is in matplotlib and I haven't looked it further. The second...