Skip to content

Commit

Permalink
remove unintended comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 13, 2024
1 parent f35a04e commit 2f778a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/models/graphs/graph_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def forward( # type: ignore
input_features = torch.tensor(input_features, dtype=self.dtype)

# Standardize / Scale node features
# input_features = self._detector(input_features, input_feature_names)
input_features = self._detector(input_features, input_feature_names)

# Create graph & get new node feature names
graph, node_feature_names = self._node_definition(input_features)
Expand Down

0 comments on commit 2f778a9

Please sign in to comment.