Skip to content

Commit a2055f6

Browse files
committed
fix a typo
1 parent 80e9f79 commit a2055f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/cntk/tests/onnx_op_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def test_AveragePool(tmpdir, dtype, device_id):
425425

426426
#AveragePool
427427
@pytest.mark.parametrize("dtype", DType_Config)
428-
def test_AvergaePoolWithSequenceAxis(tmpdir, dtype, device_id):
428+
def test_AveragePoolWithSequenceAxis(tmpdir, dtype, device_id):
429429
if device_id == -1 and dtype == np.float16:
430430
pytest.skip('Test is skipped on CPU with float16 data')
431431
device = cntk_device(device_id)

0 commit comments

Comments
 (0)