Skip to content

Commit

Permalink
Silence pytorch-lightning warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Dec 28, 2021
1 parent 4ed7954 commit 66c015c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ filterwarnings = [
"ignore:.*is a deprecated alias for the builtin:DeprecationWarning",
"ignore:Previous behaviour produces incorrect box coordinates:UserWarning",
"ignore:The dataloader, .*, does not have many workers which may be a bottleneck:UserWarning",
"ignore:Your `.*_dataloader` has `shuffle=True`:UserWarning",
"ignore:Trying to infer the `batch_size` from an ambiguous collection:UserWarning",
]
markers = [
"slow: marks tests as slow",
Expand Down

0 comments on commit 66c015c

Please sign in to comment.