Skip to content

Commit 5576fdd

Browse files
committed
Export ClusterSummaryFeatures from data_representation
The class was already importable through `graphnet.models.data_representation.graphs` but missing from the top-level `data_representation` package's public re-exports.
1 parent b50bd56 commit 5576fdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/graphnet/models/data_representation/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
PercentileClusters,
1818
NodeAsDOMTimeSeries,
1919
IceMixNodes,
20+
ClusterSummaryFeatures,
2021
)

0 commit comments

Comments
 (0)