Skip to content

Commit

Permalink
Remove a print statement from test_graph.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyongemallo committed Jun 7, 2024
1 parent 851fdf2 commit 0aeba10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def setUp(self):
g.set_outputs((o1, o2))
g.add_edges([(i1,v),(i2,w),(v,w),(v,o1),(w,o2)])
self.i1, self.i2, self.v, self.w, self.o1, self.o2 = i1, i2, v, w, o1, o2
print(self.graph.scalar.to_number())

def test_qubit_index_and_depth(self):
g = self.graph
Expand Down

0 comments on commit 0aeba10

Please sign in to comment.