Skip to content

Commit

Permalink
update trough op mode test for recent code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Jan 24, 2025
1 parent 15a3023 commit 345c91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ssc_test/cmod_trough_physical_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ NAMESPACE_TEST(csp_trough, PowerTroughCmod, Default_NoFinancial)
EXPECT_NEAR_FRAC(power_trough.GetOutputSum("defocus"), 8747, kErrorToleranceHi);
EXPECT_NEAR_FRAC(power_trough.GetOutputSum("q_dc_tes"), 343833, kErrorToleranceHi);
EXPECT_NEAR_FRAC(power_trough.GetOutputSum("P_fixed"), 5348, kErrorToleranceHi);
EXPECT_NEAR_FRAC(power_trough.GetOutputSum("op_mode_1"), 53565, kErrorToleranceHi);
EXPECT_NEAR_FRAC(power_trough.GetOutputSum("op_mode_1"), 54965, kErrorToleranceHi);
EXPECT_NEAR_FRAC(power_trough.GetOutputSum("n_op_modes"), 9800, kErrorToleranceHi);
EXPECT_NEAR_FRAC(power_trough.GetOutputSum("is_rec_su_allowed"), 8759, kErrorToleranceHi);
//EXPECT_NEAR_FRAC(power_trough.GetOutputSum("operating_modes_a"), 35458021, kErrorToleranceHi);
Expand Down

0 comments on commit 345c91a

Please sign in to comment.