transientskp / pyse

Python Source Extractor
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

Update fitting.py #97

Closed HannoSpreeuw closed 2 days ago

HannoSpreeuw commented 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.

HannoSpreeuw commented 2 days ago

My linter does complain about this solution: Too broad exception clause but so be it.