Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRoseman committed Sep 2, 2022
1 parent d29d136 commit 35eecde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4769,4 +4769,4 @@ def test_copy(self, backend, rank):
input_shape = tuple(np.random.randint(low=2, high=6, size=rank))

model = ModuleWrapper(function=lambda x: x.copy_())
run_compare_torch(input_shape, model, backend=backend)
self.run_compare_torch(input_shape, model, backend=backend)

0 comments on commit 35eecde

Please sign in to comment.