Skip to content

Commit 6671167

Browse files
AzeezIshsyurkevi
AzeezIsh
authored andcommitted
Addedd checkstyle and fixed dtype coverage.
1 parent b45dcbc commit 6671167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_bitshift.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import arrayfire_wrapper.dtypes as dtype
44
import arrayfire_wrapper.lib as wrapper
55
from arrayfire_wrapper.lib.create_and_modify_array.helper_functions import array_to_string
6-
from tests.utility_functions import check_type_supported, get_all_types, get_float_types, get_real_types
6+
from tests.utility_functions import check_type_supported, get_real_types
7+
78

89
@pytest.mark.parametrize("dtype_name", get_real_types())
910
def test_bitshiftl_dtypes(dtype_name: dtype.Dtype) -> None:

0 commit comments

Comments
 (0)