Skip to content

Commit 9efabfd

Browse files
committed
Add PV back for single owner and cashloan
1 parent de30ddd commit 9efabfd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/ssc_test/cmod_cashloan_test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ TEST_F(CmodCashLoanTest, PVResidential) {
131131
132132
Test("cashloan", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
133133
}
134-
134+
*/
135135
TEST_F(CmodCashLoanTest, PVCommercial) {
136136
std::string file_inputs = SSCDIR;
137137
file_inputs += "/test/input_json/FinancialModels/cashloan/2022.08.08_develop_branch_Flat_Plate_PV_Commercial_cmod_cashloan.json";
@@ -142,7 +142,7 @@ TEST_F(CmodCashLoanTest, PVCommercial) {
142142

143143
Test("cashloan", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
144144
}
145-
*/
145+
146146

147147
TEST_F(CmodCashLoanTest, PVBatteryResidential) {
148148
std::string file_inputs = SSCDIR;

test/ssc_test/cmod_singleowner_test.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ TEST_F(CmodSingleOwnerTest, EmpiricalTrough) {
9191
9292
Test("singleowner", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
9393
}
94-
*/
94+
9595
TEST_F(CmodSingleOwnerTest, ETES) {
9696
std::string file_inputs = SSCDIR;
9797
file_inputs += "/test/input_json/FinancialModels/singleowner/2022.08.08_develop_branch_ETES_Single_Owner_cmod_singleowner.json";
@@ -102,7 +102,7 @@ TEST_F(CmodSingleOwnerTest, ETES) {
102102
103103
Test("singleowner", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
104104
}
105-
/*
105+
*/
106106
TEST_F(CmodSingleOwnerTest, PV) {
107107
std::string file_inputs = SSCDIR;
108108
file_inputs += "/test/input_json/FinancialModels/singleowner/2022.08.08_develop_branch_Flat_Plate_PV_Single_Owner_cmod_singleowner.json";
@@ -113,7 +113,7 @@ TEST_F(CmodSingleOwnerTest, PV) {
113113

114114
Test("singleowner", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
115115
}
116-
*/
116+
117117
TEST_F(CmodSingleOwnerTest, FuelCell) {
118118
std::string file_inputs = SSCDIR;
119119
file_inputs += "/test/input_json/FinancialModels/singleowner/2022.08.08_develop_branch_Fuel_Cell_Single_Owner_cmod_singleowner.json";

0 commit comments

Comments
 (0)