Eliminate name ambiguity

This commit is contained in:
Grant Sanderson
2018-05-09 14:05:14 -07:00
parent f970b77e67
commit 505a86b5b8

View File

@ -175,7 +175,7 @@ class CompleteGraph(Graph):
return Graph.__str__(self) + str(self.num_vertices) return Graph.__str__(self) + str(self.num_vertices)
class GraphScene(Scene): class DiscreteGraphScene(Scene):
args_list = [ args_list = [
(CubeGraph(),), (CubeGraph(),),
(SampleGraph(),), (SampleGraph(),),