Skip to content

Commit 81258aa

Browse files
fix
1 parent 64cba9f commit 81258aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/legacy_test/test_sum_decorator.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ def setUp(self):
2727
self.axis = 0
2828
self.input_dtype = 'float32'
2929
self.test_dtypes = [
30-
np.int32,
31-
np.int64,
32-
np.float64,
33-
np.bool,
30+
"int32",
31+
"float32",
3432
]
3533

3634
def test_dygraph(self):

0 commit comments

Comments
 (0)