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

Divide by zero with only one test #1

Closed
jamesgol opened this issue Sep 26, 2015 · 2 comments
Closed

Divide by zero with only one test #1

jamesgol opened this issue Sep 26, 2015 · 2 comments

Comments

@jamesgol
Copy link

If you only add one test you end up with a divide by zero because
($tpl['min_time'] - $tpl['max_time']) * 100
will always be 0 since min_time and max_time are the same

@smuuf
Copy link
Owner

smuuf commented Sep 27, 2015

Yes, that's a known unfortunate bug. Noted. Thank you.

@smuuf
Copy link
Owner

smuuf commented Sep 27, 2015

Resolved. Thanks again :)

@smuuf smuuf closed this as completed Sep 27, 2015
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

2 participants