chillenzer
chillenzer
You've done everything right so far but the CI failures are due to `PlaneWaveParam` in some examples not inheriting from `BaseParam`, see e.g. in [Bunch](https://github.com/ComputationalRadiationPhysics/picongpu/blob/7132138f71bc44a98bdde565ba5247339834e691/share/picongpu/examples/Bunch/include/picongpu/param/incidentField.param#L76) and analogously in [FoilLCT](https://github.com/ComputationalRadiationPhysics/picongpu/blob/7132138f71bc44a98bdde565ba5247339834e691/share/picongpu/examples/FoilLCT/include/picongpu/param/incidentField.param#L81). This...
Similar thing happened to me. Line was roughly ``` link="https://.../filename" filename=f"{link.split('/')[-1]" ```
Okay. Thanks for the clarification. I'm happily using Waydroid on my laptop already. Is there a supported (or at least suggested) way to get it working on my device? AFAIK,...
Just for the record: @PrometheusPi takes over the merge after verifying that the rendered input files look correct.
@BrianMarre @PrometheusPi What's the status of this?
Thanks for the update. I'll keep quiet then.
Of course, it's not `pre-commit` immediately but `ruff`. These are the pertinent pages: https://docs.astral.sh/ruff/rules/unused-import/ and https://docs.astral.sh/ruff/settings/#lint_ignore-init-module-imports As the latter is already deprecated, you can decide for yourself if adding a...
I can see both side's points here but I'm also leaning more towards @dhvalden and want to add a few aspects to the discussion. 1. I personally like test-driven development...
Offline discussion: This is not so much a bug as a misimplementation of the `resetfreedpages` feature because it simply means that pages are potentially left with a chunk size while...
I think this is to be seen in a larger context. We will probably move more towards using the Python interface in general. There's also been discussions about properly modularising...