Skip to content

Commit 71054c9

Browse files
committed
??
1 parent 0a41efe commit 71054c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/transforms/feature_liftings/feature_liftings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def forward(
5353
torch_geometric.data.Data | dict
5454
The lifted data.
5555
"""
56-
return self.lift_features(data)
56+
return self.lift_features(data)

test/transforms/feature_liftings/test_projection_sum.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ def test_lift_features(self):
8787

8888
assert (
8989
expected_x_hyperedges == lifted_data.x_hyperedges
90-
).all(), "Something is wrong with the lifted features x_hyperedges."
90+
).all(), "Something is wrong with the lifted features x_hyperedges."

0 commit comments

Comments
 (0)