Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Aug 26, 2022
1 parent b999142 commit d5b45e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -139,7 +139,7 @@ def test_dygraph(self):
class TestRemainderInplaceOp(unittest.TestCase):

def _executed_api(self, x, y, name=None):
return x.subtract_(y, name)
return x.remainder_(y, name)


class TestRemainderInplaceBroadcastSuccess(unittest.TestCase):
Expand Down

0 comments on commit d5b45e4

Please sign in to comment.