-
Notifications
You must be signed in to change notification settings - Fork 176
Fix unit error in BatteryDischargeCharge #4101
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
Conversation
|
Looking at the code it's as if it is the short-circuit current of the battery, which explains the dangerously high number. |
You mean #4112 - and I agree that having one common PR for them makes more sense. |
HansOlsson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coordinate/merge with #4112
Specifically:
|
in other Batteries.Examples
The magic number 1200, should be carying a unit in order for unit checking to pass. I wasn't inspired, when it came to naming the constant, so feel free to suggest a better name.