Skip to content

fix: use positional arguments in hepmc3.GenEvent constructor

Wouter Deconinck requested to merge hepmc3-momentum-unit-length-unit into master

The kwargs are sensitive to local variable name changes in the C++ code, as of a recent pybind11 version.

Merge request reports