Skip to content

Commit b480883

Browse files
committed
Reduce 32 tests to 12 with same coverage
for all partnership flip tests
1 parent 9b363bf commit b480883

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/ssc_test/cmod_levpartflip_test.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TEST_F(CmodLeveragedPartnershipFlipTest, Biopower) {
4646

4747
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
4848
}
49-
49+
/*
5050
TEST_F(CmodLeveragedPartnershipFlipTest, DSLF) {
5151
std::string file_inputs = SSCDIR;
5252
file_inputs += "/test/input_json/FinancialModels/levpartflip/2023.10.27_om-expense-cash-flow_DSLF_Leveraged_Partnership_Flip_cmod_levpartflip.json";
@@ -69,7 +69,7 @@ TEST_F(CmodLeveragedPartnershipFlipTest, EmpiricalTrough) {
6969
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
7070
}
7171
72-
72+
*/
7373
TEST_F(CmodLeveragedPartnershipFlipTest, PV) {
7474
std::string file_inputs = SSCDIR;
7575
file_inputs += "/test/input_json/FinancialModels/levpartflip/2023.10.27_om-expense-cash-flow_Flat_Plate_PV_Leveraged_Partnership_Flip_cmod_levpartflip.json";
@@ -81,7 +81,7 @@ TEST_F(CmodLeveragedPartnershipFlipTest, PV) {
8181
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
8282
}
8383

84-
84+
/*
8585
TEST_F(CmodLeveragedPartnershipFlipTest, CustomGenerationBattery) {
8686
std::string file_inputs = SSCDIR;
8787
file_inputs += "/test/input_json/FinancialModels/levpartflip/2023.10.27_om-expense-cash-flow_Generic_Battery_Leveraged_Partnership_Flip_cmod_levpartflip.json";
@@ -92,7 +92,7 @@ TEST_F(CmodLeveragedPartnershipFlipTest, CustomGenerationBattery) {
9292
9393
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
9494
}
95-
95+
*/
9696
TEST_F(CmodLeveragedPartnershipFlipTest, GenericCSP) {
9797
std::string file_inputs = SSCDIR;
9898
file_inputs += "/test/input_json/FinancialModels/levpartflip/2023.10.27_om-expense-cash-flow_Generic_CSP_System_Leveraged_Partnership_Flip_cmod_levpartflip.json";
@@ -126,7 +126,7 @@ TEST_F(CmodLeveragedPartnershipFlipTest, Geotherrmal) {
126126

127127
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
128128
}
129-
129+
/*
130130
TEST_F(CmodLeveragedPartnershipFlipTest, CPV) {
131131
std::string file_inputs = SSCDIR;
132132
file_inputs += "/test/input_json/FinancialModels/levpartflip/2023.10.27_om-expense-cash-flow_High-X_Concentrating_PV_Leveraged_Partnership_Flip_cmod_levpartflip.json";
@@ -171,7 +171,7 @@ TEST_F(CmodLeveragedPartnershipFlipTest, PhysicalTrough) {
171171
172172
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
173173
}
174-
174+
*/
175175

176176
TEST_F(CmodLeveragedPartnershipFlipTest, PVBattery) {
177177
std::string file_inputs = SSCDIR;
@@ -184,7 +184,7 @@ TEST_F(CmodLeveragedPartnershipFlipTest, PVBattery) {
184184
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
185185
}
186186

187-
187+
/*
188188
TEST_F(CmodLeveragedPartnershipFlipTest, PVWatts) {
189189
std::string file_inputs = SSCDIR;
190190
file_inputs += "/test/input_json/FinancialModels/levpartflip/2023.10.27_om-expense-cash-flow_PVWatts_Leveraged_Partnership_Flip_cmod_levpartflip.json";
@@ -219,4 +219,4 @@ TEST_F(CmodLeveragedPartnershipFlipTest, Wind) {
219219
Test("levpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
220220
}
221221
222-
222+
*/

0 commit comments

Comments
 (0)