Skip to content

Commit

Permalink
removed convert_format from test_from_mpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Schaefer committed Mar 22, 2017
1 parent 4665979 commit b614269
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandapower/test/converter/test_from_mpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import pandapower as pp
import pandapower.networks as pn
from pandapower.converter import from_mpc
from pandapower.toolbox import convert_format
try:
import pplog as logging
except:
Expand All @@ -24,7 +23,6 @@ def test_from_mpc():
this_file_path = os.path.dirname(os.path.realpath(__file__))
mat_case_path = os.path.join(this_file_path, 'case24_ieee_rts.mat')
case24_from_mpc = from_mpc(mat_case_path, f_hz=60, casename_mpc_file='mpc')
case24 = convert_format(case24)

pp.runpp(case24)
pp.runpp(case24_from_mpc)
Expand Down

0 comments on commit b614269

Please sign in to comment.