Skip to content

Commit

Permalink
typos 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 157291d commit 213524c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandapower/build_branch.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def _calc_r_x_y_from_dataframe(net, trafo_df, vn_trafo_lv, vn_lv, ppc, sequence=
warnings.warn(DeprecationWarning("tap_dependency_table is missing in net, which is most probably due to "
"unsupported net data. tap_dependency_table was introduced with "
"pandapower 3.0 and replaced spline characteristics. Spline "
"characteristics will still work, but they are depreciated and will be "
"characteristics will still work, but they are deprecated and will be "
"removed in future releases."))
r, x = _calc_r_x_from_dataframe(mode, trafo_df, vn_lv, vn_trafo_lv, net.sn_mva,
sequence=sequence, characteristic=net.get("characteristic"))
Expand Down Expand Up @@ -863,7 +863,7 @@ def _calc_r_x_from_dataframe(mode, trafo_df, vn_lv, vn_trafo_lv, sn_mva, sequenc
warnings.warn(DeprecationWarning("tap_dependency_table is missing in net, which is most probably due to "
"unsupported net data. tap_dependency_table was introduced with "
"pandapower 3.0 and replaced spline characteristics. Spline "
"characteristics will still work, but they are depreciated and will be "
"characteristics will still work, but they are deprecated and will be "
"removed in future releases."))

vk_percent, vkr_percent = _get_vk_values(trafo_df, characteristic)
Expand Down Expand Up @@ -1412,7 +1412,7 @@ def _calculate_sc_voltages_of_equivalent_transformers(
warnings.warn(DeprecationWarning("tap_dependency_table is missing in net, which is most probably due to "
"old net data. tap_dependency_table was introduced with "
"pandapower 3.0 and replaced spline characteristics. Spline "
"characteristics will still work, but they are depreciated and will be "
"characteristics will still work, but they are deprecated and will be "
"removed in future releases."))
vk_hv, vkr_hv, vk_mv, vkr_mv, vk_lv, vkr_lv = _get_vk_values(t3, characteristic, "3W")

Expand Down

0 comments on commit 213524c

Please sign in to comment.