We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45dcbc commit 6671167Copy full SHA for 6671167
tests/test_bitshift.py
@@ -3,7 +3,8 @@
3
import arrayfire_wrapper.dtypes as dtype
4
import arrayfire_wrapper.lib as wrapper
5
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
+from tests.utility_functions import check_type_supported, get_real_types
7
+
8
9
@pytest.mark.parametrize("dtype_name", get_real_types())
10
def test_bitshiftl_dtypes(dtype_name: dtype.Dtype) -> None:
0 commit comments