Skip to content

Commit

Permalink
update battery test
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 1, 2024
1 parent ce16060 commit 1c22f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/shared_test/lib_battery_test.cpp
Expand Up @@ -360,8 +360,8 @@ TEST_F(lib_battery_test, runTestCycleAt3C){
}
// std::cerr << idx << ": soc " << batteryModel->SOC() << ", cap " << capacity_passed << "\n";
// the SOC isn't at 5 so it means the controller is not able to calculate a current/voltage at which to discharge to 5
s.capacity = { 47.09, 920.30, 883.49, 9.08, 0, 5.33, 6.36, 2};
s.batt_voltage = 467.106;
s.capacity = { 47.106, 920.30, 883.49, 9.08, 0, 5.33, 6.36, 2};
s.batt_voltage = 467.105;
s.lifetime.q_relative = 93.08;
s.lifetime.day_age_of_battery = 2591.17;
s.lifetime.cycle->q_relative_cycle = 92.08;
Expand Down

0 comments on commit 1c22f83

Please sign in to comment.