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

Sample level error catching #325

Closed
wants to merge 6 commits into from
Closed

Conversation

garyzhang99
Copy link
Collaborator

The PR here is an example of rewriting sample error catching.

The current data-juicer abruptly stops the program when an error arises due to an issue with a specific sample, which requires a direct rerun, and no outputs are exported. As shown in the image:
image

After modification, errors caused by a specific sample will not interrupt the program; instead, exception handling will take place. The subsequent steps will continue to run and export the final outputs. As shown in the image:
image

FUTURE TODOs:

  • Expand to filters
  • Optimize batch efficiency
  • Improve the transmission of error messages

Copy link

This PR is marked as stale because there has been no activity for 21 days. Remove stale label or add new comments or this PR will be closed in 3 day.

@drcege drcege mentioned this pull request Jun 28, 2024
15 tasks
Copy link

Close this stale PR.

@github-actions github-actions bot closed this Jun 30, 2024
@drcege drcege reopened this Jul 1, 2024
@github-actions github-actions bot removed the stale-pr label Jul 1, 2024
@drcege drcege closed this Jul 11, 2024
@drcege
Copy link
Collaborator

drcege commented Jul 11, 2024

Closed as implemented in #336

@yxdyc yxdyc mentioned this pull request Jul 17, 2024
12 tasks
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