From efe9d2b2ba4961425ce5302cf56161632ca9065a Mon Sep 17 00:00:00 2001 From: Luca Bonaldo <39280783+lbonaldo@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:24:41 -0500 Subject: [PATCH] Update test_multistage.jl --- test/test_multistage.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_multistage.jl b/test/test_multistage.jl index 6f74fbc230..c7f8d83631 100644 --- a/test/test_multistage.jl +++ b/test/test_multistage.jl @@ -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 @@ -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