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