Skip to content

Commit 35eecde

Browse files
committed
minor fix
1 parent d29d136 commit 35eecde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coremltools/converters/mil/frontend/torch/test/test_torch_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4769,4 +4769,4 @@ def test_copy(self, backend, rank):
47694769
input_shape = tuple(np.random.randint(low=2, high=6, size=rank))
47704770

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

0 commit comments

Comments
 (0)