From 213524c3450534b21c136efaad6b7ea3df381544 Mon Sep 17 00:00:00 2001 From: Panos Xenos Date: Thu, 16 Jan 2025 17:39:21 +0200 Subject: [PATCH] typos in build_branch.py --- pandapower/build_branch.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandapower/build_branch.py b/pandapower/build_branch.py index b48d7d855..8abce8009 100644 --- a/pandapower/build_branch.py +++ b/pandapower/build_branch.py @@ -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")) @@ -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) @@ -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")