Skip to content

Commit

Permalink
remove debugging assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 2, 2024
1 parent d18aaea commit c393f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devices_models/devices/common/add_to_expression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ function add_to_expression!(
sys_expr = get_expression(container, T(), PSY.System)
nodal_expr = get_expression(container, T(), PSY.ACBus)
radial_branches = get_radial_branches(network_model)
@assert !isempty(radial_branches)
for d in devices
name = PSY.get_name(d)
device_bus = PSY.get_bus(d)
Expand Down

0 comments on commit c393f81

Please sign in to comment.