Skip to content

Commit

Permalink
updated doc string and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 committed Sep 6, 2024
1 parent 90a63cd commit 6fdf9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Change Log

[upcoming release] - 2024-..-..
-------------------------------
- [ADDED] A switch to disable updating the vk and vkr values for trafo3w
- [FIXED] cast the column to the correct type before assigning values
- [FIXED] replacement for deprecated namespaces scipy.sparse.csc and scipy.sparse.csr
- [FIXED] copy array element to standard python scalar
Expand Down
1 change: 1 addition & 0 deletions pandapower/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def runpp(net, algorithm='nr', calculate_voltage_angles=True, init="auto",
**tdpf_update_r_theta** (bool, True) - TDPF parameter, whether to update R_Theta in Newton-Raphson or to assume a constant R_Theta (either from net.line.r_theta, if set, or from a calculation based on the thermal model of Ngoko et.al.)
**update_vk_values** (bool, True) - If True vk_ and vkr_ values of trafo3w are recalculated based on characteristics, otherwise the values from the table are used. Can improve performance for large models.
"""

# if dict 'user_pf_options' is present in net, these options overrule the net._options
Expand Down

0 comments on commit 6fdf9c8

Please sign in to comment.