Skip to content

Commit

Permalink
Refine variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
0x45f committed Apr 22, 2022
1 parent 76deb9f commit 8ca08fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/tests/unittests/test_primops.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_lower(self):
print(x.block)

def test_minimize(self):
palce = paddle.CPUPlace()
place = paddle.CPUPlace()
if paddle.device.is_compiled_with_cuda():
place = paddle.CUDAPlace(0)
exe = paddle.static.Executor(place)
Expand Down

0 comments on commit 8ca08fe

Please sign in to comment.