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 0a41efe commit 71054c9Copy full SHA for 71054c9
modules/transforms/feature_liftings/feature_liftings.py
@@ -53,4 +53,4 @@ def forward(
53
torch_geometric.data.Data | dict
54
The lifted data.
55
"""
56
- return self.lift_features(data)
+ return self.lift_features(data)
test/transforms/feature_liftings/test_projection_sum.py
@@ -87,4 +87,4 @@ def test_lift_features(self):
87
88
assert (
89
expected_x_hyperedges == lifted_data.x_hyperedges
90
- ).all(), "Something is wrong with the lifted features x_hyperedges."
+ ).all(), "Something is wrong with the lifted features x_hyperedges."
0 commit comments