Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Crop Transform #2336

Merged
merged 10 commits into from
Jul 30, 2024
Prev Previous commit
Next Next commit
Update test/test_transforms.py
Co-authored-by: Vincent Moens <vincentmoens@gmail.com>
  • Loading branch information
albertbou92 and vmoens authored Jul 30, 2024
commit 5d8ee3bafa15d10b774a9fa832f71f2a9918c1a0
4 changes: 2 additions & 2 deletions test/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2181,8 +2181,8 @@ def test_transform_no_env(self, keys, h, nchannels, batch, device):
@pytest.mark.parametrize(
"batch",
[
[2],
],
[2]
]
)
@pytest.mark.parametrize(
"h",
Expand Down