Skip to content

Commit f41077e

Browse files
committed
Comment that non-elementwise promotion tests are temporary
1 parent 0ee54b2 commit f41077e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

array_api_tests/test_type_promotion.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
from .function_stubs import elementwise_functions
1818

1919

20+
# TODO: move tests not covering elementwise funcs/ops into standalone tests
21+
# result_type, meshgrid, concat, stack, where, tensordor, vecdot
22+
23+
2024
@given(hh.mutually_promotable_dtypes(None))
2125
def test_result_type(dtypes):
2226
out = xp.result_type(*dtypes)

0 commit comments

Comments
 (0)