Skip to content

Commit 2038198

Browse files
committed
Add a TODO
1 parent 58e5a5f commit 2038198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/hypothesis_helpers.py

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def invertible_matrices(draw, dtypes=xps.floating_dtypes(), stack_shapes=shapes)
164164
a[idx + (i, i)] = d[j]
165165
return a
166166

167+
# TODO: Better name
167168
@composite
168169
def two_broadcastable_shapes(draw):
169170
"""

0 commit comments

Comments
 (0)