Skip to content

Commit 40929fe

Browse files
committed
update test_expand_v2_op_npu.py
1 parent a65895c commit 40929fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/paddle/fluid/tests/unittests/npu/test_expand_v2_op_npu.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ def test_check_output(self):
132132
self.check_output_with_place(self.place)
133133

134134
def test_check_grad(self):
135-
if self.dtype == np.float16:
136-
return
137-
138135
self.check_grad_with_place(self.place, ['X'], 'Out')
139136

140137

0 commit comments

Comments
 (0)