Skip to content

Commit

Permalink
Update test_multistage.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo authored Mar 8, 2024
1 parent 0e9368b commit efe9d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_multistage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function test_update_cumulative_min_ret!()
true_min_retirements = Dict()

scale_factor = settings["ParameterScale"] == 1 ? GenX.ModelScalingFactor : 1.0
# redirect_stdout(devnull) do
redirect_stdout(devnull) do
warnerror_logger = ConsoleLogger(stderr, Logging.Warn)
with_logger(warnerror_logger) do
for t in 1:3
Expand All @@ -128,7 +128,7 @@ function test_update_cumulative_min_ret!()
compute_cumulative_min_retirements!(inputs_dict,t)
end
end
# end
end

for t in 1:3
# Test that the cumulative min retirements are updated correctly
Expand Down

0 comments on commit efe9d2b

Please sign in to comment.