Alexander J. Pfleger
Alexander J. Pfleger
## What happened? After migrating the pytests also to the LCG test matrix the combination LCG107+clang19 introduced some segfaults. This is odd, because other LCG107-jobs work fine and also clang19...
Many cases were disabled in `Tests/UnitTests/Core/Utilities/BoundingBoxTest.cpp` because of `fails with double precision`. After rechecking all tests in - https://github.com/acts-project/acts/pull/3829/files we enabled most of the cases, but some are still failing...
We need to rework this since a lot of things have changed since it was written. Probably, everything that can be used should be considered part of the public API....
We remove the unused/untested nuclear interactions from FATRAS in: - https://github.com/acts-project/acts/pull/3935 As a future replacement the Geant4 functionality could be used.
## Problem As discussed in today's meeting: There is a difference in holes between KF and GX2F. This might be due to the fact, that the KF cannot drop any...
# Problem I tried to run the KF with the current physmon settings but with 100k events. This leads on the gitlab CI to an FPE of type `FLTUND`. This...
# Problem The logging in sphinx changed slightly in `7.3.7` -> `7.4.0`. This breaks our `warnings_filter.py`-script, that helps to ignore false positives. The issue persists until at least `8.1.3`. #...