Skip to content

Commit

Permalink
Merge pull request #393 from mggg/remove-dup-frozen-call
Browse files Browse the repository at this point in the history
Remove duplicate frozen call in FrozenGraph
  • Loading branch information
pjrule authored Apr 11, 2022
2 parents 005d77a + 031bcd7 commit 094a02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gerrychain/graph/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ def __init__(self, graph: Graph):
self.graph = networkx.classes.function.freeze(graph)
self.graph.join = frozen
self.graph.add_data = frozen
self.graph.add_data = frozen

self.size = len(self.graph)

Expand Down

0 comments on commit 094a02c

Please sign in to comment.