From d85750702229af97c0b0bbda6e397a23254b6144 Mon Sep 17 00:00:00 2001 From: Jonas Ohlsson Date: Wed, 30 Mar 2022 10:30:25 +0200 Subject: Update version of Black to 22.3.0 Update version of Black to 22.3.0 due to updated dependencies. Updates to fix reported issues due to new version. Signed-off-by: Jonas Ohlsson Change-Id: I60056aae452093ce8dcea1f499ecced22b25eef1 --- ethosu/vela/test/extapi/test_extapi_encode_weights.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ethosu/vela/test/extapi/test_extapi_encode_weights.py') diff --git a/ethosu/vela/test/extapi/test_extapi_encode_weights.py b/ethosu/vela/test/extapi/test_extapi_encode_weights.py index 6367cb30..87c504f4 100644 --- a/ethosu/vela/test/extapi/test_extapi_encode_weights.py +++ b/ethosu/vela/test/extapi/test_extapi_encode_weights.py @@ -24,7 +24,8 @@ from ethosu.vela.api import NpuBlockTraversal @pytest.mark.parametrize( - "arch", list(NpuAccelerator), + "arch", + list(NpuAccelerator), ) @pytest.mark.parametrize("dilation_x", [1, 2]) @pytest.mark.parametrize("dilation_y", [1, 2]) @@ -32,7 +33,12 @@ from ethosu.vela.api import NpuBlockTraversal @pytest.mark.parametrize("depth_control", [1, 2, 3]) @pytest.mark.parametrize("weights_shape_and_block_depth", [((16, 16, 16, 16), 8), ((3, 3, 25, 16), 8)]) def test_encode_weights( - arch, weights_shape_and_block_depth, dilation_x, dilation_y, ifm_bitdepth, depth_control, + arch, + weights_shape_and_block_depth, + dilation_x, + dilation_y, + ifm_bitdepth, + depth_control, ): """ This unit test checks the interface of the API function but not the functionality. -- cgit v1.2.1