Skip to content

Commit 61f2f9c

Browse files
committed
ignore torch.jit.script DeprecatioWarning
1 parent 49288d6 commit 61f2f9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ 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+
# Filter `torch.jit.script` deprication warnings:
208+
"ignore:.*torch.jit.script.*is deprecated.*:DeprecationWarning",
207209
"error::DeprecationWarning",
208210
# TODO(rishipuri98): Remove usage of `torch_geometric.distributed` from `torch_geometric.llm`
209211
"ignore:.*torch_geometric.distributed.*:DeprecationWarning",

0 commit comments

Comments
 (0)