We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5da20 commit 6b3b60cCopy full SHA for 6b3b60c
2 files changed
src/graphnet/models/data_representation/graphs/graph_definition.py
@@ -13,7 +13,7 @@
13
from graphnet.models.detector import Detector
14
from .edges import EdgeDefinition
15
from .nodes import NodeDefinition, NodesAsPulses
16
-from ..data_representation import DataRepresentation
+from graphnet.models.data_representation import DataRepresentation
17
from torch_geometric.data import Data
18
19
src/graphnet/models/data_representation/graphs/nodes/nodes.py
@@ -8,7 +8,7 @@
8
9
from graphnet.utilities.decorators import final
10
from graphnet.models import Model
11
-from ..utils import (
+from graphnet.models.data_representation.graphs.utils import (
12
cluster_and_pad,
identify_indices,
lex_sort,
0 commit comments