Skip to content

Commit 9d231fc

Browse files
committed
final single owner and cash loan tests updates
tests reduced from 43 to 15 with same coverage and time reduced from 8573ms to 3940ms
1 parent e4e5f19 commit 9d231fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ssc_test/cmod_cashloan_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TEST_F(CmodCashLoanTest, DiscountedPayback) {
7676
}
7777

7878

79-
79+
/*
8080
TEST_F(CmodCashLoanTest, PVWattsResidential) {
8181
std::string file_inputs = SSCDIR;
8282
file_inputs += "/test/input_json/FinancialModels/cashloan/2022.08.08_develop_branch_PVWatts_Residential_cmod_cashloan.json";
@@ -87,7 +87,7 @@ TEST_F(CmodCashLoanTest, PVWattsResidential) {
8787
8888
Test("cashloan", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
8989
}
90-
90+
*/
9191
TEST_F(CmodCashLoanTest, PVWattsCommercial) {
9292
std::string file_inputs = SSCDIR;
9393
file_inputs += "/test/input_json/FinancialModels/cashloan/2022.08.08_develop_branch_PVWatts_Commercial_cmod_cashloan.json";

0 commit comments

Comments
 (0)