Skip to content

Commit

Permalink
Update test/test_cost.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Moens <[email protected]>
  • Loading branch information
BY571 and vmoens authored Jul 9, 2024
1 parent 5476e36 commit f93e007
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f93e007

Please sign in to comment.