Skip to content

Commit aecb2b0

Browse files
add contains test
1 parent f452764 commit aecb2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

record_api/sample_usage.py

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def fn():
124124

125125
# contains
126126
1 in x
127+
np.int64(1) in [1, 2, 3]
127128

128129
# reduction
129130
np.add.reduce(x)

0 commit comments

Comments
 (0)