Skip to content

Commit 3fc0302

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 7799f72 commit 3fc0302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest/test_pytorch_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def test_conv2d(padds, backend, io_type):
409409
# results are not very good at the moment
410410
np.testing.assert_allclose(hls_prediction, pytorch_prediction, rtol=0, atol=5e-2)
411411

412-
if not ((backend == 'Vivado' or backend == 'Vitis') and io_type == 'io_stream' and padds == 1):
412+
if not ((backend == 'Vivado' or backend == 'Vitis') and io_type == 'io_stream' and padds == 1):
413413
# Vivado inserts and additional layer for 'same' padding in io_stream
414414
conv_index = 2
415415
act_index = 3

0 commit comments

Comments
 (0)