Skip to content

Commit 3471f59

Browse files
committed
fix ci
1 parent 275465c commit 3471f59

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pytket/tests/classical_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,10 @@ def test_rng_box() -> None:
944944
DecomposeBoxes().apply(c1)
945945

946946
assert c1.depth() == 1
947-
assert str(c1.get_commands()[0]) == "RNGNum A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], A[8], A[9], A[10], A[11], A[12], A[13], A[14], A[15], A[16], A[17], A[18], A[19], A[20], A[21], A[22], A[23], A[24], A[25], A[26], A[27], A[28], A[29], A[30], A[31], _r[0];"
947+
assert (
948+
str(c1.get_commands()[0])
949+
== "RNGNum A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], A[8], A[9], A[10], A[11], A[12], A[13], A[14], A[15], A[16], A[17], A[18], A[19], A[20], A[21], A[22], A[23], A[24], A[25], A[26], A[27], A[28], A[29], A[30], A[31], _r[0];"
950+
)
948951

949952

950953
@strategies.composite

0 commit comments

Comments
 (0)