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 61f2f9c commit 5c82200Copy full SHA for 5c82200
pyproject.toml
@@ -205,7 +205,7 @@ filterwarnings = [
205
# Filter `pytorch_lightning` warnings:
206
"ignore:GPU available but not used:UserWarning",
207
# Filter `torch.jit.script` deprication warnings:
208
- "ignore:.*torch.jit.script.*is deprecated.*:DeprecationWarning",
+ "ignore:.*torch\\.jit\\.script.*:DeprecationWarning",
209
"error::DeprecationWarning",
210
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
211
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",
0 commit comments