Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Catch all exception in pyiron table #1610

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Catch all exception in pyiron table #1610

merged 2 commits into from
Aug 20, 2024

Conversation

pmrv
Copy link
Contributor

@pmrv pmrv commented Aug 20, 2024

Previously we caught ValueError/TypeError, but other exceptions may occur in the table functions and it's somewhat annoying if this kills a long table aggregation because a single job fails.

This also interacts a bit with executorlib as the uncaught exception are apparently causing trouble with some executors.

Copy link
Member

@jan-janssen jan-janssen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@pmrv pmrv merged commit 0b7924c into main Aug 20, 2024
25 checks passed
@pmrv pmrv deleted the tablerr branch August 20, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants