Don't use exceptions as normal control flow
Compare changes
+ 3
− 6
@@ -152,14 +152,11 @@ template<typename T> py::array sym_rfftn_internal(const py::array &in,
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
I think it's generally considered bad practice to use exceptions for normal control flow.