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

Improve error handling #52

Open
3 tasks
dchud opened this issue May 13, 2021 · 1 comment
Open
3 tasks

Improve error handling #52

dchud opened this issue May 13, 2021 · 1 comment

Comments

@dchud
Copy link
Collaborator

dchud commented May 13, 2021

Currently, when an error arises with a particular subject in the adult algorithm, an error message is printed and processing stops, e.g.: Error in !binerr_interpol : invalid argument type. This gives a hint about the step, but not which subject. It also halts execution. We can make a few improvements on this:

  • Capture the subject, error, and ideally step where it happens
  • Continue processing despite the error to complete the file if possible
  • Report on errors after (or during?) processing, to console by default, but maybe to file optionally?
@dchud dchud added this to the v2.0 milestone May 13, 2021
@dchud dchud removed this from the v2.0 milestone Jun 10, 2021
@dchud
Copy link
Collaborator Author

dchud commented Jun 10, 2021

Removing from 2.0, for later work.

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