From 6c264e69bdcc8f7ecfec7e4bd0dce2ef7c34a8ee Mon Sep 17 00:00:00 2001 From: demi Date: Fri, 12 Jul 2024 16:16:20 -0400 Subject: [PATCH] Apply necessary formatting and fix linting issues --- .../transforms/liftings/graph2hypergraph/attribute_lifting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/transforms/liftings/graph2hypergraph/attribute_lifting.yaml b/configs/transforms/liftings/graph2hypergraph/attribute_lifting.yaml index dea03bb..339e3c7 100644 --- a/configs/transforms/liftings/graph2hypergraph/attribute_lifting.yaml +++ b/configs/transforms/liftings/graph2hypergraph/attribute_lifting.yaml @@ -1,4 +1,4 @@ transform_type: 'lifting' transform_name: "HypergraphNodeAttributeLifting" -attribute_idx: 0 +attribute_idx: 1 feature_lifting: ProjectionSum