Skip to content

Commit

Permalink
add value to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed May 13, 2024
1 parent bb78ab0 commit 1d966a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_device_thermal_generation_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ test_path = mktempdir()
@testset "Test Thermal Generation Cost Functions " begin
test_cases = [
("linear_cost_test", 4664.88),
("linear_fuel_test", 0.0),
("linear_fuel_test", 4664.88),
("quadratic_cost_test", 0.0),
("quadratic_fuel_test", 0.0),
("pwl_io_cost_test", 0.0),
Expand Down

0 comments on commit 1d966a8

Please sign in to comment.