We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f09dbd commit ffebbf0Copy full SHA for ffebbf0
1 file changed
src/graphnet/models/data_representation/graphs/nodes/nodes.py
@@ -546,11 +546,6 @@ def __init__(
546
self._time_after_charge_pct = time_after_charge_pct
547
self._add_counts = add_counts
548
549
- # check for correct features
550
- if input_feature_names is not None:
551
- assert set(input_feature_names) == set(
552
- cluster_on + [charge_label, time_label]
553
- ), f"Input feature names do not match: {input_feature_names}"
554
# Base class constructor
555
super().__init__(input_feature_names=input_feature_names)
556
0 commit comments