Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add option to only catch intentionally raised exceptions #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

moshimeow
Copy link

So there might be a simpler way to do this, but:

I have a dataset where I weed out bad samples through heuristics/geometry and explicitly raise an error when one of the checks doesn't pass. Then as I was hacking on it I got really confused before I realized "doh, Nonechucks is catching all my exceptions!"

So this is my solution: add an option where it'll only not raise an error if it gets a NoneChucksSkipException. This solution probably sucks, and if you want to reject it and say "no, do Y instead" I'd love to hear it

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant