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

Add custom verbose error message for failed reductions #354

Open
CKrawczyk opened this issue Sep 3, 2020 · 0 comments
Open

Add custom verbose error message for failed reductions #354

CKrawczyk opened this issue Sep 3, 2020 · 0 comments

Comments

@CKrawczyk
Copy link
Collaborator

When an extractor fails and the verbose flag is on it prints a custom error message with the classification ID cause issues, the reducer should do the same thing. This message should include the subject ID that is failing to reduce and possible the classification ID of all extracts (if those are easy to pull out).

This will aid in troubleshooting when things go wrong.

In addition to this new verbose flag, the documentation should be updated with a "troubleshooting" section that explains how to turn on these flags and how to interpret what the message is saying, how to report the issue, or how to "skip" over the issue (i.e. delete a row for the CSV just to get the aggregation to run if the loss of one classification is acceptable).

Example of a time when the loss of classification is acceptable could be if a classification from the wrong workflow is included in the data set (this was an old Panoptes bug that is not an issue anymore, but it is good to have an example).

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

No branches or pull requests

1 participant