Skip to content

Commit

Permalink
hint in opf summary legacy report
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Schaefer committed Dec 18, 2019
1 parent f724e3d commit 43d4171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandapower/pypower/printpf.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def printpf(baseMVA, bus=None, gen=None, branch=None, f=None, success=None,

if OUT_SYS_SUM:
fd.write('\n================================================================================')
fd.write('\n| System Summary |')
fd.write('\n| PyPower (ppci) System Summary - these are not valid for pandapower DataFrames|')
fd.write('\n================================================================================')
fd.write('\n\nHow many? How much? P (MW) Q (MVAr)')
fd.write('\n--------------------- ------------------- ------------- -----------------')
Expand Down

0 comments on commit 43d4171

Please sign in to comment.