This MR change an assert statement to a throw runtime_error. assert might have no effect (depending on compilation options) and this can be very confusing. This is only a better protection. It also removes useless assert statements
GitLab Runners cleaning campaign ongoing (ETA 2nd October 2023). Check https://cern.ch/otg0078219 for further information.
This MR change an assert statement to a throw runtime_error. assert might have no effect (depending on compilation options) and this can be very confusing. This is only a better protection. It also removes useless assert statements