Skip to content

Commit

Permalink
add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed May 15, 2024
1 parent 0169482 commit abd9fe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_device_thermal_generation_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test_path = mktempdir()
("pwl_incremental_cost_test", 3424.43, ThermalBasicUnitCommitment),
("pwl_incremental_fuel_test", 4271.76, ThermalBasicUnitCommitment),
("non_convex_io_pwl_cost_test", 3047.14, ThermalBasicUnitCommitment),
("fixed_market_bid_cost", 3047.14, ThermalBasicUnitCommitment)
]
for (i, cost_reference, thermal_formulation) in test_cases
@testset "$i" begin
Expand Down Expand Up @@ -43,6 +44,7 @@ end
"quadratic_fuel_test_ts",
"pwl_io_fuel_test_ts",
"pwl_incremental_fuel_test_ts",
"market_bid_cost"
]
for i in test_cases
@testset "$i" begin
Expand Down

0 comments on commit abd9fe8

Please sign in to comment.