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 880954705072eb0c927bc148693de34e89ae99a5
4 changes: 2 additions & 2 deletions test/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2187,8 +2187,8 @@ def test_transform_no_env(self, keys, h, nchannels, batch, device):
@pytest.mark.parametrize(
"h",
[
None,
],
None
]
)
@pytest.mark.parametrize("keys", [["observation_pixels"]])
@pytest.mark.parametrize("device", get_default_devices())
Expand Down