Skip to content

Commit

Permalink
Silence remaining warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 18, 2024
1 parent aa00e03 commit 2e370a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ filterwarnings = [
"ignore:You are using `torch.load` with `weights_only=False`:FutureWarning",
# https://github.com/pytorch/pytorch/issues/136264
"ignore:__array__ implementation doesn't accept a copy keyword:DeprecationWarning",
"ignore:__array_wrap__ must accept context and return_scalar arguments:DeprecationWarning",

# Expected warnings
# Lightning warns us about using num_workers=0, but it's faster on macOS
Expand Down

0 comments on commit 2e370a3

Please sign in to comment.