We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b21f50 commit 6ab0c4cCopy full SHA for 6ab0c4c
tests/test_torch_transform.py
@@ -23,4 +23,4 @@ def test_torch_transform():
23
])
24
25
assert red != transforms(red)
26
- assert g.perform_operation(red) == transforms(red)
+ assert g.perform_operation([red]) == transforms(red)
0 commit comments