Skip to content

Commit 779f134

Browse files
committed
fix format issues
1 parent 939afb0 commit 779f134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/onnx/autocast/test_precisionconverter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ def test_casted_input_to_output_model(
11741174
)
11751175
onnx.checker.check_model(converted_model)
11761176

1177+
11771178
@pytest.fixture
11781179
def create_model_with_resize_op():
11791180
"""
@@ -1301,6 +1302,7 @@ def test_resize_op_initializer_conversion(
13011302
)
13021303
onnx.checker.check_model(converted_model)
13031304

1305+
13041306
@pytest.mark.parametrize("keep_io_types", [True, False])
13051307
@pytest.mark.parametrize("low_precision_type", ["fp16", "bf16"])
13061308
def test_resize_op_tensor_scales_conversion(

0 commit comments

Comments
 (0)