Skip to content

Commit

Permalink
Update test/nn/aggr/test_scaler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Feb 6, 2023
1 parent 0b97e00 commit 9bf0fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nn/aggr/test_scaler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from torch_geometric.nn import DegreeScalerAggregation


@pytest.mark.parametrize("train_norm", [True, False])
@pytest.mark.parametrize('train_norm', [True, False])
def test_degree_scaler_aggregation(train_norm):
x = torch.randn(6, 16)
index = torch.tensor([0, 0, 1, 1, 1, 2])
Expand Down

0 comments on commit 9bf0fbd

Please sign in to comment.