Skip to content

Commit 87d84de

Browse files
committed
Chore: update snapshots after merge
1 parent d97394a commit 87d84de

8 files changed

+24
-24
lines changed

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__active_reset_single_frame.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ digraph {
1212
"measure_start" -> "measure_0" [label="frame"];
1313
"measure_start" -> "measure_1" [label="frame"];
1414
"measure_start" -> "measure_end" [label="ordering"];
15-
"measure_0" [shape=rectangle, label="[0] NONBLOCKING PULSE 0 \"ro_tx\" test(duration: 1000000)"];
15+
"measure_0" [shape=rectangle, label="[0] NONBLOCKING PULSE 0 \"ro_tx\" test(duration: 1000000.0)"];
1616
"measure_0" -> "measure_end" [label="frame"];
17-
"measure_1" [shape=rectangle, label="[1] NONBLOCKING CAPTURE 0 \"ro_rx\" test(duration: 1000000) ro[0]"];
17+
"measure_1" [shape=rectangle, label="[1] NONBLOCKING CAPTURE 0 \"ro_rx\" test(duration: 1000000.0) ro[0]"];
1818
"measure_1" -> "measure_end" [label="await capture
1919
frame"];
2020
"measure_end" [shape=circle, label="end"];
@@ -27,7 +27,7 @@ frame"];
2727
"feedback_start" [shape=circle, label="start"];
2828
"feedback_start" -> "feedback_0" [label="frame"];
2929
"feedback_start" -> "feedback_end" [label="ordering"];
30-
"feedback_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
30+
"feedback_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
3131
"feedback_0" -> "feedback_end" [label="frame"];
3232
"feedback_end" [shape=circle, label="end"];
3333
}

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__chained_pulses.snap

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ digraph {
1111
"block_0_start" [shape=circle, label="start"];
1212
"block_0_start" -> "block_0_0" [label="frame"];
1313
"block_0_start" -> "block_0_end" [label="ordering"];
14-
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
14+
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1515
"block_0_0" -> "block_0_1" [label="frame"];
16-
"block_0_1" [shape=rectangle, label="[1] PULSE 0 \"rf\" test(duration: 1000000)"];
16+
"block_0_1" [shape=rectangle, label="[1] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1717
"block_0_1" -> "block_0_2" [label="frame"];
18-
"block_0_2" [shape=rectangle, label="[2] PULSE 0 \"rf\" test(duration: 1000000)"];
18+
"block_0_2" [shape=rectangle, label="[2] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1919
"block_0_2" -> "block_0_3" [label="frame"];
20-
"block_0_3" [shape=rectangle, label="[3] PULSE 0 \"rf\" test(duration: 1000000)"];
20+
"block_0_3" [shape=rectangle, label="[3] PULSE 0 \"rf\" test(duration: 1000000.0)"];
2121
"block_0_3" -> "block_0_4" [label="frame"];
22-
"block_0_4" [shape=rectangle, label="[4] PULSE 0 \"rf\" test(duration: 1000000)"];
22+
"block_0_4" [shape=rectangle, label="[4] PULSE 0 \"rf\" test(duration: 1000000.0)"];
2323
"block_0_4" -> "block_0_end" [label="frame"];
2424
"block_0_end" [shape=circle, label="end"];
2525
}

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__different_frames_blocking.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ digraph {
1111
"block_0_start" [shape=circle, label="start"];
1212
"block_0_start" -> "block_0_0" [label="frame"];
1313
"block_0_start" -> "block_0_end" [label="ordering"];
14-
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
14+
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1515
"block_0_0" -> "block_0_1" [label="frame"];
16-
"block_0_1" [shape=rectangle, label="[1] PULSE 1 \"rf\" test(duration: 1000000)"];
16+
"block_0_1" [shape=rectangle, label="[1] PULSE 1 \"rf\" test(duration: 1000000.0)"];
1717
"block_0_1" -> "block_0_2" [label="frame"];
18-
"block_0_2" [shape=rectangle, label="[2] PULSE 2 \"rf\" test(duration: 1000000)"];
18+
"block_0_2" [shape=rectangle, label="[2] PULSE 2 \"rf\" test(duration: 1000000.0)"];
1919
"block_0_2" -> "block_0_end" [label="frame"];
2020
"block_0_end" [shape=circle, label="end"];
2121
}

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__different_frames_nonblocking.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ digraph {
1313
"block_0_start" -> "block_0_1" [label="frame"];
1414
"block_0_start" -> "block_0_2" [label="frame"];
1515
"block_0_start" -> "block_0_end" [label="ordering"];
16-
"block_0_0" [shape=rectangle, label="[0] NONBLOCKING PULSE 0 \"rf\" test(duration: 1000000)"];
16+
"block_0_0" [shape=rectangle, label="[0] NONBLOCKING PULSE 0 \"rf\" test(duration: 1000000.0)"];
1717
"block_0_0" -> "block_0_end" [label="frame"];
18-
"block_0_1" [shape=rectangle, label="[1] NONBLOCKING PULSE 1 \"rf\" test(duration: 1000000)"];
18+
"block_0_1" [shape=rectangle, label="[1] NONBLOCKING PULSE 1 \"rf\" test(duration: 1000000.0)"];
1919
"block_0_1" -> "block_0_end" [label="frame"];
20-
"block_0_2" [shape=rectangle, label="[2] NONBLOCKING PULSE 2 \"rf\" test(duration: 1000000)"];
20+
"block_0_2" [shape=rectangle, label="[2] NONBLOCKING PULSE 2 \"rf\" test(duration: 1000000.0)"];
2121
"block_0_2" -> "block_0_end" [label="frame"];
2222
"block_0_end" [shape=circle, label="end"];
2323
}

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__fence_all_with_nonblocking_pulses.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ digraph {
1313
"block_0_start" -> "block_0_1" [label="frame"];
1414
"block_0_start" -> "block_0_2" [label="frame"];
1515
"block_0_start" -> "block_0_end" [label="ordering"];
16-
"block_0_0" [shape=rectangle, label="[0] NONBLOCKING PULSE 0 \"rf\" test(duration: 1000000)"];
16+
"block_0_0" [shape=rectangle, label="[0] NONBLOCKING PULSE 0 \"rf\" test(duration: 1000000.0)"];
1717
"block_0_0" -> "block_0_2" [label="frame"];
18-
"block_0_1" [shape=rectangle, label="[1] NONBLOCKING PULSE 1 \"rf\" test(duration: 1000000)"];
18+
"block_0_1" [shape=rectangle, label="[1] NONBLOCKING PULSE 1 \"rf\" test(duration: 1000000.0)"];
1919
"block_0_1" -> "block_0_2" [label="frame"];
2020
"block_0_2" [shape=rectangle, label="[2] FENCE"];
2121
"block_0_2" -> "block_0_3" [label="frame"];
2222
"block_0_2" -> "block_0_4" [label="frame"];
2323
"block_0_2" -> "block_0_end" [label="frame"];
24-
"block_0_3" [shape=rectangle, label="[3] NONBLOCKING PULSE 0 \"rf\" test(duration: 1000000)"];
24+
"block_0_3" [shape=rectangle, label="[3] NONBLOCKING PULSE 0 \"rf\" test(duration: 1000000.0)"];
2525
"block_0_3" -> "block_0_end" [label="frame"];
26-
"block_0_4" [shape=rectangle, label="[4] NONBLOCKING PULSE 1 \"rf\" test(duration: 1000000)"];
26+
"block_0_4" [shape=rectangle, label="[4] NONBLOCKING PULSE 1 \"rf\" test(duration: 1000000.0)"];
2727
"block_0_4" -> "block_0_end" [label="frame"];
2828
"block_0_end" [shape=circle, label="end"];
2929
}

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__jump.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ digraph {
1111
"first-block_start" [shape=circle, label="start"];
1212
"first-block_start" -> "first-block_0" [label="frame"];
1313
"first-block_start" -> "first-block_end" [label="ordering"];
14-
"first-block_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
14+
"first-block_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1515
"first-block_0" -> "first-block_end" [label="frame"];
1616
"first-block_end" [shape=circle, label="end"];
1717
}
@@ -23,7 +23,7 @@ digraph {
2323
"second-block_start" [shape=circle, label="start"];
2424
"second-block_start" -> "second-block_0" [label="frame"];
2525
"second-block_start" -> "second-block_end" [label="ordering"];
26-
"second-block_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
26+
"second-block_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
2727
"second-block_0" -> "second-block_end" [label="frame"];
2828
"second-block_end" [shape=circle, label="end"];
2929
}
@@ -34,7 +34,7 @@ digraph {
3434
"third-block_start" [shape=circle, label="start"];
3535
"third-block_start" -> "third-block_0" [label="frame"];
3636
"third-block_start" -> "third-block_end" [label="ordering"];
37-
"third-block_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
37+
"third-block_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
3838
"third-block_0" -> "third-block_end" [label="frame"];
3939
"third-block_end" [shape=circle, label="end"];
4040
}

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__single_dependency.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ digraph {
1111
"block_0_start" [shape=circle, label="start"];
1212
"block_0_start" -> "block_0_0" [label="frame"];
1313
"block_0_start" -> "block_0_end" [label="ordering"];
14-
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
14+
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1515
"block_0_0" -> "block_0_1" [label="frame"];
16-
"block_0_1" [shape=rectangle, label="[1] PULSE 0 \"rf\" test(duration: 1000000)"];
16+
"block_0_1" [shape=rectangle, label="[1] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1717
"block_0_1" -> "block_0_end" [label="frame"];
1818
"block_0_end" [shape=circle, label="end"];
1919
}

src/program/snapshots/quil_rs__program__graphviz_dot__tests__graph__single_instruction.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ digraph {
1111
"block_0_start" [shape=circle, label="start"];
1212
"block_0_start" -> "block_0_0" [label="frame"];
1313
"block_0_start" -> "block_0_end" [label="ordering"];
14-
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000)"];
14+
"block_0_0" [shape=rectangle, label="[0] PULSE 0 \"rf\" test(duration: 1000000.0)"];
1515
"block_0_0" -> "block_0_end" [label="frame"];
1616
"block_0_end" [shape=circle, label="end"];
1717
}

0 commit comments

Comments
 (0)