Closed HannoSpreeuw closed 2 days ago
This should keep
hatch run lint:mypy --install-types --non-interactive --pretty
which is part of our CI, happy.
Some background: after consulting @suvayu
except Exception("ValueError in computing moments"):
is interpreted as a class instantiation, although Numba does not seem to complain about it.
My linter does complain about this solution: Too broad exception clause but so be it.
This should keep
which is part of our CI, happy.
Some background: after consulting @suvayu
is interpreted as a class instantiation, although Numba does not seem to complain about it.