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