Skip to content

Commit

Permalink
replacing deprecated A from scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
quant12345 committed Jan 23, 2025
1 parent 8009cb5 commit e62c4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Change Log

[upcoming release] - 2024-..-..
-------------------------------

- [FIXED] replacing deprecated A from scipy
- [ADDED] Static Var Compensator with Voltage Control
- [ADDED] pf2pp: min/max q_mvar and min/max p_mw limits for sgens and gen will be converted
- [FIXED] Allow to consider all oos components in nx graph creation
Expand Down
2 changes: 1 addition & 1 deletion tutorials/internal_datastructure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
],
"source": [
"pp.rundcpp(net)\n",
"net._ppc['internal']['Bbus'].A"
"net._ppc['internal']['Bbus'].toarray()"
]
},
{
Expand Down

0 comments on commit e62c4f7

Please sign in to comment.