Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
lthurner committed Dec 4, 2017
1 parent c6e3887 commit e98f5d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandapower/topology/graph_searches.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ def find_graph_characteristics(g, roots, characteristics):
char_dict["notn1_areas"][grandparent].update(set(curr_notn1_area[:]))
else:
char_dict["notn1_areas"][grandparent] = set(curr_notn1_area[:])
print(type(curr_notn1_area))
del curr_notn1_area[:]
notn1_area_start = None

Expand Down

0 comments on commit e98f5d9

Please sign in to comment.