Skip to content

Commit

Permalink
Merge pull request #104 from NREL-Sienna/jd/remove_left_over_show
Browse files Browse the repository at this point in the history
remove show
  • Loading branch information
jd-lara authored Aug 1, 2024
2 parents 9043315 + 8e3b734 commit ed1c00b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/library/psi_library.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed1c00b

Please sign in to comment.