Skip to content

Commit e9d3ba3

Browse files
Restore deleted funcs in test_arithmetic
1 parent aa33e23 commit e9d3ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/third_party/cupy/math_tests/test_arithmetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def check_binary(self, xp):
231231
for d in all_types
232232
]
233233
+ [0, 0.0, 2, 2.0],
234-
"name": ["power"],
234+
"name": ["add", "multiply", "power", "subtract"],
235235
}
236236
)
237237
+ testing.product(

0 commit comments

Comments
 (0)