Skip to content

Commit

Permalink
Update integration tests with new cycling value for look behind case
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed May 26, 2023
1 parent 56b70d4 commit 3dca820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ssc_test/cmod_battery_pvsamv1_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ TEST_F(CMPvsamv1BatteryIntegration_cmod_pvsamv1, ResidentialDCBatteryModelIntegr
ssc_number_t avgCycles[3] = { 1.0, 1.0, 0.4794 };

ssc_number_t q_rel[3] = { 97.198, 97.204, 97.239 };
ssc_number_t cyc_avg[3] = { 33.73, 33.673, 12.381 };
ssc_number_t cyc_avg[3] = { 33.73, 33.80, 12.381 };

// Test peak shaving look ahead, peak shaving look behind, and automated grid power target. Others require additional input data
for (int i = 0; i < 3; i++) {
Expand Down

0 comments on commit 3dca820

Please sign in to comment.