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