explanation for is_sufficiently_precise calculation in drive details? #1017
Unanswered
Kosta-Github
asked this question in
Q&A
Replies: 2 comments
-
Suggestion: why not just use the avg of both values for the start and end levels?
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This was added due to the battery showing an increase in range when it warms up. The average or maybe weighted average is a good idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am trying to figure out why the second row does not show the
consumption
andefficiency
values:Expected behavior
I would have expected that
consumption
andefficiency
values to be available for both rows.How to reproduce it (as minimally and precisely as possible):
What is this boolean expression trying to model:
In my case:
start_usable_battery_level
48
start_battery_level
49
end_usable_battery_level
44
end_battery_level
45
Why is it required that
end_usable_battery_level
equalsend_battery_level
to show a value here?Beta Was this translation helpful? Give feedback.
All reactions