Skip to content

Commit 1adb364

Browse files
committed
fix unwanted tested file change in fastmachinelearning#956
1 parent 2531afe commit 1adb364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest/test_cnn_mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def keras_model(mnist_data):
6161
('Vitis', 'io_parallel', 'resource'),
6262
('Vitis', 'io_parallel', 'latency'),
6363
('Vitis', 'io_stream', 'latency'),
64-
('Vitis', 'io_stream', 'latency'),
64+
('Vitis', 'io_stream', 'resource'),
6565
],
6666
)
6767
def test_mnist_cnn(keras_model, mnist_data, backend, io_type, strategy):

0 commit comments

Comments
 (0)