René Fritze
René Fritze
It seems the hook will currently not work as documented when run from `pre-commit run -a` because no file is then passed to checkmake. If I edit the config to...
> You should be able to set `UPDATE_LABELS: "disable"` (or some other value, basically a label that isn't used), which _should_ disable the update logic For me setting this actually...
> First, when using the parameter cell today what's causing the friction to collecting parameters in one place and referring to them as needed? Our use case would be tutorial-like...
I end up with this: ``` ./gradlew build > Configure project : Project : => no module-info.java found > Task :compileJava FAILED FAILURE: Build failed with an exception. * What...
> Have you tried with "sudo" ? Kinda. I can reproduce the issue with this `Dockerfile` where the build runs as root: ``` FROM ubuntu:21.10 RUN apt update ; apt...
After realizing that the README mentions java 11, I tried again with an older base image where one can install openjdk-11 ``` FROM debian:stable-slim as builder RUN apt update ;...
I've rebased this on main just now, @ftalbrecht. The new visualization stuff will not land in 2021.2. Did you look into the dummy visualization/vtu download we discussed elsewhere?
> I'm getting a `gcc missing` error in the [from wheel `install_checks`](https://zivgitlab.uni-muenster.de/pymor/pymor/-/jobs/977634#L682). Any ideas, @renefritze? Some dependency (of the new xt/gdt wheels) needs a compiler setup to install. The `from...
Try installing "pymor[full]" and then gdt, see what gets installed?
And more to the point, both packages at the same time.