Axel Huebl
Axel Huebl
@cemitch99 oh, we forgot to update the documentation in https://impactx.readthedocs.io/en/latest/dataanalysis/dataanalysis.html#reduced-beam-characteristics
Added in #686
Very tricky. When running only `test_impactx.py` it passes. On Linux, valgrind shows no related issues... (`PyRendererAgg_draw_path` in MPL certainly has some uninit values...)
This stopped failing with the latest Windows runner image update. Probably an environment issue after all.
I'll move the WarpX "Intervals Parser" to ABLASTR so we can reuse this in ImpactX. https://warpx.readthedocs.io/en/latest/usage/parameters.html#intervals-parser We can target this for 24.10 since the WarpX/ABLASTR release for 24.09 is alread...
First implementation in #713 for our `24.10` release.
Hi @e-carlin, Yes, that is a good point and on the todo list. For this, we first need to finalize the `WarpXConfig.cmake*` script, which is still in draft state: https://github.com/ECP-WarpX/WarpX/blob/development/WarpXConfig.cmake....
Tracking in https://github.com/ECP-WarpX/WarpX/issues/5002
Draft started in https://github.com/ECP-WarpX/WarpX/pull/5008 . Not yet ready for testing.
We found a good work-around for now, deprioritizing for now. (The work-around is that we build ABLASTR anyway as static, so we can delete it after `make install` to have...