Skip to content

Python3 issue in RHadron pre-include

Zach Marshall requested to merge zmarshal/athena:RHadronPreIncludePatch into master

In Python3, a/1000 doesn't do the rounding that this fragment was relying upon. Just need to cast to an int first.

Merge request reports