Skip to content

Commit 5c82200

Browse files
committed
update ignore line
1 parent 61f2f9c commit 5c82200

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
@@ -205,7 +205,7 @@ filterwarnings = [
205205
# Filter `pytorch_lightning` warnings:
206206
"ignore:GPU available but not used:UserWarning",
207207
# Filter `torch.jit.script` deprication warnings:
208-
"ignore:.*torch.jit.script.*is deprecated.*:DeprecationWarning",
208+
"ignore:.*torch\\.jit\\.script.*:DeprecationWarning",
209209
"error::DeprecationWarning",
210210
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
211211
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",

0 commit comments

Comments
 (0)