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 Formula Validator to detect a valid formulas also for level range #10

Open
mnunezdm opened this issue Jul 15, 2017 · 0 comments
Assignees

Comments

@mnunezdm
Copy link
Owner

Formulas should also be validated so that all the valid levels can be calculated

For example, if we have this formula 1 / ( level - 10 ) with max_level = 10, a ZeroDivisionError Exception is going to be raised when level is 10

But, with that same formula, for a max_level 5, the Exception would not be raised

@mnunezdm mnunezdm self-assigned this Jul 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant