Skip to content

Commit

Permalink
add NodeAsDOMTimeSeries to init
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Jan 22, 2024
1 parent 492acef commit 51a8817
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/graphnet/models/graphs/nodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
and their features.
"""

from .nodes import NodeDefinition, NodesAsPulses, PercentileClusters
from .nodes import (
NodeDefinition,
NodesAsPulses,
PercentileClusters,
NodeAsDOMTimeSeries,
)

0 comments on commit 51a8817

Please sign in to comment.