Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 18, 2024
1 parent 8380b5f commit 84a6da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/nn/aggr/test_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import torch_geometric.typing
from torch_geometric.nn import MLP
from torch_geometric.nn.aggr import AttentionalAggregation
from torch_geometric.testing import withPackage


@withPackage('torch-scatter')
@pytest.mark.parametrize('dim', [2, 3])
def test_attentional_aggregation(dim):
channels = 16
Expand Down

0 comments on commit 84a6da9

Please sign in to comment.