From 6671167aa540f9df629cc88f334869e87341ce05 Mon Sep 17 00:00:00 2001 From: AzeezIsh Date: Tue, 26 Mar 2024 14:23:03 -0400 Subject: [PATCH] Addedd checkstyle and fixed dtype coverage. --- tests/test_bitshift.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_bitshift.py b/tests/test_bitshift.py index a651c57..fa005b5 100644 --- a/tests/test_bitshift.py +++ b/tests/test_bitshift.py @@ -3,7 +3,8 @@ import arrayfire_wrapper.dtypes as dtype import arrayfire_wrapper.lib as wrapper from arrayfire_wrapper.lib.create_and_modify_array.helper_functions import array_to_string -from tests.utility_functions import check_type_supported, get_all_types, get_float_types, get_real_types +from tests.utility_functions import check_type_supported, get_real_types + @pytest.mark.parametrize("dtype_name", get_real_types()) def test_bitshiftl_dtypes(dtype_name: dtype.Dtype) -> None: