Closed mschreter closed 3 years ago
I guess you have compiled the code successfully locally. If yes, I think the failing test here is related to the deal.II docker image being not up to date. If this is the case, feel free to merge!
Yes, I was able to compile it locally. The docker image and the merging appeared almost at the same time. Let's wait a bit until the docker image will be updated.
OK. I will restart the test in a couple of hours!
This is why I wrote on the slides of the workshop: "last resort". People should not use these function, they are meant primarily for internal usage (and for people who think they know what they do^^).
The issue is more serious. All GitHub actions related to the Docker images fail: https://github.com/dealii/dealii/actions?query=workflow%3Agithub-docker
Let's merge and I will sort out the issue tomorrow.
@mschreter Btw, thanks a lot. I completely forgot that we are using this function...
I think this PR is related to https://github.com/dealii/dealii/pull/11602. Unfortunately, the change was "hard" so no deprecated warning popped up :-).