We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_dtype_functions.py
1 parent fd21315 commit 65dc8c1Copy full SHA for 65dc8c1
array_api_tests/test_data_type_functions.py
@@ -13,6 +13,8 @@
13
from .algos import broadcast_shapes
14
from .typing import DataType
15
16
+pytestmark = pytest.mark.ci
17
+
18
19
def float32(n: Union[int, float]) -> float:
20
return struct.unpack("!f", struct.pack("!f", float(n)))[0]
0 commit comments