Skip to content

Commit a05d7f8

Browse files
committed
Fix
1 parent 45df8fd commit a05d7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/legacy_test/test_logaddexp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def api_case(self):
9292
self.y = np.random.uniform(-1, 1, self.yshape).astype(self.dtype)
9393
out_ref = ref_logaddexp(self.x, self.y)
9494

95-
# paddle.disable_static(self.place)
95+
paddle.disable_static(self.place)
9696
x = paddle.to_tensor(self.x)
9797
y = paddle.to_tensor(self.y)
9898
x.stop_gradient = False

0 commit comments

Comments
 (0)