Skip to content

Commit 56458de

Browse files
committed
🤖 enable type-test generation for ndarray.__add__
1 parent b22f51c commit 56458de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎tool/testgen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,7 @@ def get_testcases(self) -> Iterable[str | None]:
11881188
ScalarOps("modular"),
11891189
ScalarOps("bitwise"),
11901190
ScalarOps("comparison"),
1191+
NDArrayOps("add"),
11911192
]
11921193

11931194

0 commit comments

Comments
 (0)