From 2ebe8a89d389018890cf6dbd69b8b0612f4ef3c5 Mon Sep 17 00:00:00 2001 From: UltralyticsAssistant Date: Sun, 24 Nov 2024 17:19:06 +0000 Subject: [PATCH] Auto-format by https://ultralytics.com/actions --- tests/test_exports.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_exports.py b/tests/test_exports.py index 54e16fe22..06a1ee442 100644 --- a/tests/test_exports.py +++ b/tests/test_exports.py @@ -71,7 +71,8 @@ def test_export_openvino_matrix(task, dynamic, int8, half, batch): @pytest.mark.slow @pytest.mark.parametrize( - "task, dynamic, int8, half, batch, simplify", product(TASKS, [True, False], [False], [True, False], [1, 2], [True, False]) + "task, dynamic, int8, half, batch, simplify", + product(TASKS, [True, False], [False], [True, False], [1, 2], [True, False]), ) def test_export_onnx_matrix(task, dynamic, int8, half, batch, simplify): """Test YOLO exports to ONNX format with various configurations and parameters."""