Skip to content

Commit

Permalink
Merge pull request #80 from ppasupat/fix-ci-fails
Browse files Browse the repository at this point in the history
Fixed CI test failures
  • Loading branch information
pseudo-rnd-thoughts authored Aug 7, 2023
2 parents 27abaab + 89a1c98 commit 401fc5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ filterwarnings = [
# Turn warnings into errors
"error",
# ... except for the following warnings:
"ignore:.*For Box action spaces, we recommend using a symmetric and normalized space.*",
"ignore:.*No render fps was declared in the environment.*",
'ignore:.*For Box action spaces, we recommend using a symmetric and normalized space.*',
'ignore:.*No render fps was declared in the environment.*',
'ignore::ResourceWarning',
]

0 comments on commit 401fc5a

Please sign in to comment.