Skip to content

fix: material_maps:allow_failure:true since using compiled code instead of python3

Wouter Deconinck requested to merge wdconinc-master-patch-05180 into master

The reference implementation of material maps is at https://acts.readthedocs.io/en/latest/examples/howto/material_mapping.html and uses the python3 interfaces. The compiled C++ interfaces are unmaintained and do not work anymore in recent versions of Acts.

Merge request reports