From abd9fe8c1007ded4d7e4666e40300ba0858ea09a Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Wed, 15 May 2024 00:33:25 -0600 Subject: [PATCH] add new test --- test/test_device_thermal_generation_constructors.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_device_thermal_generation_constructors.jl b/test/test_device_thermal_generation_constructors.jl index f37c84a6e7..10c81774bf 100644 --- a/test/test_device_thermal_generation_constructors.jl +++ b/test/test_device_thermal_generation_constructors.jl @@ -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 @@ -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