Skip to content

Commit

Permalink
move redundant voltage dependent loads warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed Nov 16, 2021
1 parent cd10db4 commit 4b21576
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pandapower/auxiliary.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,10 +979,6 @@ def _init_runpp_options(net, algorithm, calculate_voltage_angles, init,
or np.any(net["load"]["const_i_percent"].values)):
voltage_depend_loads = False

if algorithm not in ['nr', 'bfsw', 'iwamoto_nr'] and voltage_depend_loads == True:
logger.warning("voltage-dependent loads not supported for {0} power flow algorithm -> "
"loads will be considered as constant power".format(algorithm))

lightsim2grid = _check_lightsim2grid_compatibility(net, lightsim2grid, voltage_depend_loads,
algorithm, enforce_q_lims)

Expand Down

0 comments on commit 4b21576

Please sign in to comment.