From 325894aa95b5858a3cbd46d68140969fabdcdc30 Mon Sep 17 00:00:00 2001 From: Florian Schaefer Date: Fri, 17 Jan 2020 11:36:14 +0100 Subject: [PATCH] fix test --- README.rst | 2 +- pandapower/test/api/test_file_io.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 447a8a95e..090829533 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ 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 `_ solvers, and the `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 `_ 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 `_ solvers, and the `PowerModels.jl `_ library. More information about pandapower can be found on www.pandapower.org: diff --git a/pandapower/test/api/test_file_io.py b/pandapower/test/api/test_file_io.py index 5afcb5340..079d7323b 100644 --- a/pandapower/test/api/test_file_io.py +++ b/pandapower/test/api/test_file_io.py @@ -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