Point the anomaly data node at the canonical AnomalyDataNode
#1
by nghorbani - opened
Rename the saved pipeline's data node from LentilsAnomalyDataNode to anomaly_data and its class_name to cuvis_ai.node.data.AnomalyDataNode. The former is a deprecated alias of the latter (nothing lentils-specific), so this is behaviorally identical; the data node holds no weights, so the .pt loads unchanged. Removes the deprecated symbol from the shipped pipeline and future-proofs it against the alias being dropped.
Behaviorally identical alias -> canonical; weight-safe.
nghorbani changed pull request status to merged