Skip to content

Commit

Permalink
Flake fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Dec 11, 2023
1 parent 3256ba5 commit 3f2f88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/algorithms/test_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_smoke_bc_creation(
deadline=20000,
max_examples=15,
# TODO: one day consider removing this. For now we are good.
suppress_health_check=[hypothesis.HealthCheck.data_too_large]
suppress_health_check=[hypothesis.HealthCheck.data_too_large],
)
def test_smoke_bc_training(
env_name: str,
Expand Down

0 comments on commit 3f2f88f

Please sign in to comment.