Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Schaefer committed Jan 17, 2020
1 parent e09d6e7 commit 325894a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@



pandapower is an easy to use network calculation program aimed to automate the analysis and optimization of power systems. It uses the data analysis library `pandas <http://pandas.pydata.org>`_ and is compatible with the commonly used MATPOWER / PYPOWER case format. pandapower allows using different solvers including an improved Newton-Raphson power flow implementation, all `PYPOWER <https://pypi.python.org/pypi/PYPOWER>`_ solvers, and the `PowerModels.jl <https://lanl-ansi.github.io/PowerModels.jl>`_ library.
pandapower is an easy to use network calculation program aimed to automate the analysis and optimization of power systems. It uses the data analysis library `pandas <http://pandas.pydata.org>`_ and is compatible with the commonly used MATPOWER / PYPOWER case format. pandapower allows using different solvers including an improved Newton-Raphson power flow implementation, all `PYPOWER <https://pypi.python.org/pypi/PYPOWER>`_ solvers, and the `PowerModels.jl <https://github.com/lanl-ansi/PowerModels.jl/>`_ library.

More information about pandapower can be found on www.pandapower.org:

Expand Down
2 changes: 1 addition & 1 deletion pandapower/test/api/test_file_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_convert_format_for_pp_objects(net_in):
c2.u_lower = 0.99
c2.u_upper = 1.1
# needed to trigger conversion
net_in.version = "2.2.0"
net_in.version = "2.1.0"

net_in.controller.rename(columns={'object': 'controller'}, inplace=True)
assert 'controller' in net_in.controller.columns
Expand Down

0 comments on commit 325894a

Please sign in to comment.