Skip to content

Commit

Permalink
remove leftover show
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 21, 2024
1 parent 9d205f3 commit ec72d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptdf_calculations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function PTDF(
axes = (bus_ax, line_ax)
M, bus_ax_ref = calculate_adjacency(branches, buses)
ref_bus_positions = find_slack_positions(buses, bus_ax_ref)
@show subnetworks =
subnetworks =
assign_reference_buses!(find_subnetworks(M, bus_ax), ref_bus_positions, bus_ax_ref)
if length(subnetworks) > 1
@info "Network is not connected, using subnetworks"
Expand Down

0 comments on commit ec72d8d

Please sign in to comment.