From ad5ee08b6e1a0d46e84237f0461efbde77d8bd74 Mon Sep 17 00:00:00 2001 From: vmoens Date: Tue, 10 Oct 2023 10:12:51 +0100 Subject: [PATCH] init --- test/test_tensordict.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_tensordict.py b/test/test_tensordict.py index fb851c1f0..b0a7e28c0 100644 --- a/test/test_tensordict.py +++ b/test/test_tensordict.py @@ -1242,7 +1242,6 @@ def test_where(self, td_name, device): assert (td_where.get(k)[~mask] == 1).all() td_where = td.clone() - if td_name == "td_h5": with pytest.raises( RuntimeError,