Skip to content

Commit

Permalink
typo in build_branch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-xenos committed Jan 16, 2025
1 parent f32f8a4 commit 157291d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandapower/build_branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def _calc_tap_from_dataframe(net, trafo_df):
elif f'tap{t}_phase_shifter' in trafo_df:
warnings.warn(DeprecationWarning("tap{t}_phase_shifter was removed with pandapower 3.0 and replaced by "
"tap{t}_changer_type. Using old net data will still work, but usage of "
"tap{t}_phase_shifter is depreciated and will be removed in future "
"tap{t}_phase_shifter is deprecated and will be removed in future "
"releases."))
tap_phase_shifter = get_trafo_values(trafo_df, f"tap{t}_phase_shifter")
for side, vn, direction in [("hv", vnh, 1), ("lv", vnl, -1)]:
Expand Down

0 comments on commit 157291d

Please sign in to comment.