Robert Speck

Results 14 issues of Robert Speck

Great action, thanks a lot for setting this up for everyone to use. I was wondering whether it is possible to use an SSH deploy key instead of a (more...

For some reason I get a ModuleNotFoundError [here](https://github.com/Syntaf/travis-sphinx/blob/master/travis_sphinx/build.py#L7), which is not caught by the try/except-block. This happens when my Sphinx version is below 1.7. More precisely, I get: > Traceback...

Hi! Very nice action, took me a while to find something like that, thanks a lot. Just a note: if you want to/need to run this with `actions/checkout@v3` instead of...

I cannot run the tests, getting a `AttributeError: module 'queue' has no attribute 'SimpleQueue'` as a result. I'm using Python 3.6 on a MacOS. What am I missing here..?

- [ ] [`Advection_ND_FD`](https://parallel-in-time.org/pySDC/coverage/d_91faa57f8583c837_AdvectionEquation_ND_FD_py.html): Dirichlet and higher dimensions - [ ] [`AllenCahn_MPIFFT`](https://parallel-in-time.org/pySDC/coverage/d_91faa57f8583c837_AllenCahn_MPIFFT_py.html): IMEX and `rand_circle` (do we need IMEX here?) - [ ] [`AllenCahn_Temp_MPIFFT`](https://parallel-in-time.org/pySDC/coverage/d_91faa57f8583c837_AllenCahn_Temp_MPIFFT_py.html): `rand_circle` (what about IMEX here?) -...

enhancement

With #407 we have our first C/C++ source code shipping with pySDC. Looks like CodeQL does not like this (see failing action [here](https://github.com/Parallel-in-Time/pySDC/actions/runs/8506815602)). Possible troubleshoot: https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/no-source-code-seen-during-build

Looks like the mac runners (esp. the one with MPI) keep running into the artificial timeout imposed on the tests. Options: * We could remove the timeout in general, but...

help wanted
question

Test coverage of [Sweeper.py](https://github.com/Parallel-in-Time/pySDC/blob/master/pySDC/core/Sweeper.py) looks [terrible](https://parallel-in-time.org/pySDC/coverage/d_8d0d803e4e125e5c_Sweeper_py.html). We should change this.

enhancement

Test coverage of the [problem_helpers](https://github.com/Parallel-in-Time/pySDC/blob/master/pySDC/helpers/problem_helper.py) look [terrible](https://parallel-in-time.org/pySDC/coverage/d_41564483689e14fd_problem_helper_py.html). We should change this.

enhancement

We're missing tests for [certain cases](https://parallel-in-time.org/pySDC/coverage/d_41564483689e14fd_transfer_helper_py.html#t111) when the grid is periodic.

enhancement