Skip to content

Commit

Permalink
To show bug for David
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-nyx committed Mar 15, 2024
1 parent 54b3a71 commit 549d243
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions omf/scratch/hostingcapacity/downlineLoad.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def downline_hosting_capacity( FNAME ):

tree = opendss.dssConvert.omdToTree(beginning_test_file.resolve()) # this tree is a list

graph = my_networkPlot( os.path.join( modelDir, circuit_file) )
print( graph.nodes() )
graph = opendss.networkPlot( os.path.join( modelDir, circuit_file) )
print( graph )
# print( graph.nodes )
#print( nx.descendants(graph, "EQ_SOURCE_BUS") )

0 comments on commit 549d243

Please sign in to comment.