Skip to content

Commit 3cbd6ec

Browse files
authored
Merge branch 'main' into test-metrics-v1
2 parents 0638bb5 + cc6a3d7 commit 3cbd6ec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,8 @@ filterwarnings = [
220220
"ignore:The number of training samples \\(\\d+\\) is smaller than the logging interval Trainer\\(:UserWarning",
221221
"ignore:The dataloader, [\\_\\s]+ \\d+, does not have many workers which may be a bottleneck.:UserWarning",
222222
"ignore:Consider increasing the value of the `num_workers` argument`:UserWarning",
223+
"default::DeprecationWarning",
224+
"default::PendingDeprecationWarning",
225+
"default::FutureWarning",
223226
"ignore::UserWarning"
224227
]

0 commit comments

Comments
 (0)