We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug 0 division bug can occur
Project Version (please complete the following information):
Operating System (please complete the following information):
Device (please complete the following information):
Additional context https://github.com/BitesPotatoBacks/SocPowerBuddy/blob/b899acef74cdb87a7d36f6a9df95063cc72b6315/SocPowerBuddy/sampler.m#L279 In sampler.m line 279, [vd->core_use[i][iii] floatValue] / ([vd->core_sums[i][iii] floatValue] + [vd->core_use[i][iii] floatValue]). This can occur 0 division bug. But this bug hide in 0% usage. I find this bug when I closed my macbook display while running my neoasitop.
[vd->core_use[i][iii] floatValue] / ([vd->core_sums[i][iii] floatValue] + [vd->core_use[i][iii] floatValue])
The text was updated successfully, but these errors were encountered:
@op06072 i Currently don’t have access to my Apple Silicon machine but I will fix this when I patch #8 👍
Sorry, something went wrong.
Fix #8 and #9, refactoring
2bd9613
dehydratedpotato
No branches or pull requests
Describe the bug
0 division bug can occur
Project Version (please complete the following information):
Operating System (please complete the following information):
Device (please complete the following information):
Additional context
https://github.com/BitesPotatoBacks/SocPowerBuddy/blob/b899acef74cdb87a7d36f6a9df95063cc72b6315/SocPowerBuddy/sampler.m#L279
In sampler.m line 279,
[vd->core_use[i][iii] floatValue] / ([vd->core_sums[i][iii] floatValue] + [vd->core_use[i][iii] floatValue])
.This can occur 0 division bug. But this bug hide in 0% usage. I find this bug when I closed my macbook display while running my neoasitop.
The text was updated successfully, but these errors were encountered: