Skip to content

Commit a8f6feb

Browse files
authored
Update pyproject.toml
1 parent 5c82200 commit a8f6feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ filterwarnings = [
204204
"ignore:.*did not already require gradients, required_grads has been set automatically:UserWarning",
205205
# Filter `pytorch_lightning` warnings:
206206
"ignore:GPU available but not used:UserWarning",
207+
"error::DeprecationWarning",
207208
# Filter `torch.jit.script` deprication warnings:
208209
"ignore:.*torch\\.jit\\.script.*:DeprecationWarning",
209-
"error::DeprecationWarning",
210210
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
211211
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",
212212
]

0 commit comments

Comments
 (0)