Skip to content

Commit

Permalink
Addedd checkstyle and fixed dtype coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeezIsh authored and syurkevi committed Apr 12, 2024
1 parent b45dcbc commit 6671167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_bitshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6671167

Please sign in to comment.