Skip to content

Commit

Permalink
Comment call of analyze()
Browse files Browse the repository at this point in the history
No export to PyPSA is performed
  • Loading branch information
gplessm committed Sep 5, 2017
1 parent b7a9b1f commit ebcaee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edisgo/examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)

# export to pypsa
network.analyze(mode='mv')
# network.analyze(mode='mv')

# MV generators
gens = network.mv_grid.graph.nodes_by_attribute('generator')
Expand Down

0 comments on commit ebcaee2

Please sign in to comment.