@@ -91,7 +91,7 @@ TEST_F(CmodSingleOwnerTest, EmpiricalTrough) {
91
91
92
92
Test("singleowner", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
93
93
}
94
- */
94
+
95
95
TEST_F(CmodSingleOwnerTest, ETES) {
96
96
std::string file_inputs = SSCDIR;
97
97
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) {
102
102
103
103
Test("singleowner", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
104
104
}
105
- /*
105
+ */
106
106
TEST_F (CmodSingleOwnerTest, PV) {
107
107
std::string file_inputs = SSCDIR;
108
108
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) {
113
113
114
114
Test (" singleowner" , file_inputs, file_outputs, compare_number_variables, compare_array_variables);
115
115
}
116
- */
116
+
117
117
TEST_F (CmodSingleOwnerTest, FuelCell) {
118
118
std::string file_inputs = SSCDIR;
119
119
file_inputs += " /test/input_json/FinancialModels/singleowner/2022.08.08_develop_branch_Fuel_Cell_Single_Owner_cmod_singleowner.json" ;
0 commit comments