We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffebbf0 commit b5ecc2bCopy full SHA for b5ecc2b
1 file changed
src/graphnet/models/data_representation/graphs/nodes/nodes.py
@@ -645,9 +645,6 @@ def _construct_nodes(self, x: torch.Tensor) -> Data:
645
646
def set_indeces(self, feature_names: List[str]) -> None:
647
"""Set the indices for the input features."""
648
- assert set(feature_names) == set(
649
- self._cluster_on + [self._charge_label, self._time_label]
650
- ), f"Input feature names do not match: {feature_names}"
651
self._cluster_idx = [
652
feature_names.index(column) for column in self._cluster_on
653
]
0 commit comments