icecube / flarestack

Unbinned likelihood analysis code for astroparticle physics datasets
https://flarestack.readthedocs.io/en/latest/?badge=latest
MIT License
8 stars 7 forks source link

Some exceptions are caught silently #281

Open mlincett opened 1 year ago

mlincett commented 1 year ago

Trying to debug some problems with @ekun0608 , it occurred to be that we have observed situations (llh.py) in which exceptions are silently caught and the minimisation process does not progress (https://github.com/icecube/flarestack/issues/174#issuecomment-1483783828)

This should not happen as it makes debugging very frustrating.

We need to check where are these and make sure the errors are reported to the user.