Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Nov 25, 2024
1 parent b53efca commit 7b15637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tensordict.py
Original file line number Diff line number Diff line change
Expand Up @@ -9865,7 +9865,7 @@ def check_weakref_count(weakref_list, expected):

@pytest.mark.skipif(
not torch.cuda.is_available(),
# and not torch.backends.mps.is_available(),
# and not torch.backends.mps.is_available(),
reason="a device is required.",
)
def test_cached_data_lock_device(self):
Expand Down

0 comments on commit 7b15637

Please sign in to comment.