We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c82200 commit a8f6febCopy full SHA for a8f6feb
pyproject.toml
@@ -204,9 +204,9 @@ filterwarnings = [
204
"ignore:.*did not already require gradients, required_grads has been set automatically:UserWarning",
205
# Filter `pytorch_lightning` warnings:
206
"ignore:GPU available but not used:UserWarning",
207
+ "error::DeprecationWarning",
208
# Filter `torch.jit.script` deprication warnings:
209
"ignore:.*torch\\.jit\\.script.*:DeprecationWarning",
- "error::DeprecationWarning",
210
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
211
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",
212
]
0 commit comments