From 8e3b7341d8edcf63b880b71ab884384468f25bcc Mon Sep 17 00:00:00 2001 From: Jose Daniel Lara Date: Wed, 31 Jul 2024 19:58:14 -0600 Subject: [PATCH] remove show --- src/library/psi_library.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/library/psi_library.jl b/src/library/psi_library.jl index 4061dfc..b012129 100644 --- a/src/library/psi_library.jl +++ b/src/library/psi_library.jl @@ -1426,7 +1426,6 @@ function _duplicate_system(main_sys::PSY.System, twin_sys::PSY.System, HVDC_line # Creates an imbalance in which side is more expensive for testing # purposes direction = occursin("twin", PSY.get_name(g)) ? -1 : 1 - @show PSY.get_name(g), direction noise_values = rand(MersenneTwister(COST_PERTURBATION_NOISE_SEED), 10_000_000) old_value_curve = get_value_curve(get_variable(get_operation_cost(g))) old_slopes = get_slopes(old_value_curve)