Skip to content

Commit 62d9b77

Browse files
committed
testing biopower and pv battery for o and m variation
1 parent 1a7dcc9 commit 62d9b77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/ssc_test/cmod_equpartflip_test.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3535

3636
#include "gtest/gtest.h"
3737

38-
/*
38+
3939
TEST_F(CmodAllEquityPartnershipFlipTest, Biopower) {
4040
std::string file_inputs = SSCDIR;
4141
file_inputs += "/test/input_json/FinancialModels/equpartflip/2023.10.27_om-expense-cash-flow_Biopower_All_Equity_Partnership_Flip_cmod_equpartflip.json";
@@ -46,7 +46,7 @@ TEST_F(CmodAllEquityPartnershipFlipTest, Biopower) {
4646

4747
Test("equpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
4848
}
49-
49+
/*
5050
TEST_F(CmodAllEquityPartnershipFlipTest, DSLF) {
5151
std::string file_inputs = SSCDIR;
5252
file_inputs += "/test/input_json/FinancialModels/equpartflip/2023.10.27_om-expense-cash-flow_DSLF_All_Equity_Partnership_Flip_cmod_equpartflip.json";
@@ -184,7 +184,7 @@ TEST_F(CmodAllEquityPartnershipFlipTest, PVBattery) {
184184
Test("equpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
185185
}
186186

187-
187+
/*
188188
TEST_F(CmodAllEquityPartnershipFlipTest, PVWatts) {
189189
std::string file_inputs = SSCDIR;
190190
file_inputs += "/test/input_json/FinancialModels/equpartflip/2023.10.27_om-expense-cash-flow_PVWatts_All_Equity_Partnership_Flip_cmod_equpartflip.json";
@@ -218,5 +218,5 @@ TEST_F(CmodAllEquityPartnershipFlipTest, Wind) {
218218
219219
Test("equpartflip", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
220220
}
221-
221+
*/
222222

0 commit comments

Comments
 (0)