Skip to content

Commit 32e8e64

Browse files
committed
Formatting
Signed-off-by: Scott Thornton <[email protected]>
1 parent 6ea6ec9 commit 32e8e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/qec/python/tests/test_trt_decoder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ def _is_cuda_available():
4747

4848
# Test inputs - 30 test cases with 24 detectors each
4949
TEST_INPUTS = [[
50-
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
51-
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
52-
],
50+
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
51+
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
52+
],
5353
[
5454
1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0,
5555
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0

0 commit comments

Comments
 (0)