Skip to content
Snippets Groups Projects
Commit 59668031 authored by Taeyoung Kim's avatar Taeyoung Kim
Browse files

Merge branch 'exportGridReadable' of...

Merge branch 'exportGridReadable' of git-ce.rwth-aachen.de:sreejith12333/pyvolt-docker into exportGridReadable
parents 0e835586 ab9287f9
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ d = a.createLoads() ...@@ -38,7 +38,7 @@ d = a.createLoads()
e = a.createGens() e = a.createGens()
f,g = a.makeConnectivity(b,c) f,g = a.makeConnectivity(b,c)
h = a.interpretConnectivity(g) h = a.interpretConnectivity(g) #now we can make n-different connection matrix
# Print node voltages # Print node voltages
print("Powerflow converged in " + str(num_iter) + " iterations.\n") print("Powerflow converged in " + str(num_iter) + " iterations.\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment