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

Error handling for Calc Fitness Method #18

Open
jamesbevins opened this issue Feb 23, 2018 · 0 comments
Open

Error handling for Calc Fitness Method #18

jamesbevins opened this issue Feb 23, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@jamesbevins
Copy link
Collaborator

I added exception handling for this in the master branch a while back. Right now, it just adds a warning statement to the logfile and moves on without killing the program. In general, this is ok because these rare failures shouldn't stop what has otherwise been a successful run (chances are in your favor that it wouldn't be an accepted solution anyways since the conversion rate is fairly low). This prevents the loss of a long run and waste of computer resources. However, it can also hide legitimate issues. Maybe it should be more nuanced? Check for why it failed and only continue in certain circumstances? Keep count of how many (or what percentage) of the files are failures and kill the program at a set point?

@jamesbevins jamesbevins modified the milestones: v2.1, v2.0 Mar 18, 2019
@jamesbevins jamesbevins self-assigned this Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant