From f93e007f92b391286789f33b7f8622a56c70972b Mon Sep 17 00:00:00 2001 From: BY571 Date: Tue, 9 Jul 2024 15:27:09 +0200 Subject: [PATCH] Update test/test_cost.py Co-authored-by: Vincent Moens --- test/test_cost.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_cost.py b/test/test_cost.py index 24d22ec4902..2f187c8e3ba 100644 --- a/test/test_cost.py +++ b/test/test_cost.py @@ -2715,9 +2715,6 @@ def test_td3_reduction(self, reduction): assert loss[key].shape == torch.Size([]) -@pytest.mark.skipif( - not _has_functorch, reason=f"functorch not installed: {FUNCTORCH_ERR}" -) class TestTD3BC(LossModuleTestBase): seed = 0