-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Move inverse methods to array classes #1749
Copy link
Copy link
Closed
Labels
Module: transformdata transforms for preprocessing and postprocessing.data transforms for preprocessing and postprocessing.WG: TransformsFor the transforms working groupFor the transforms working groupenhancementNew feature or requestNew feature or request
Milestone
Description
Inverse methods currently sit in the dictionary transforms. This is because we ideally need the dictionary so that we can keep a track of the applied transforms to be able to apply the inverse in the correct order.
However, there's no reason that the inverse can't live inside the array class, and each dictionary class calls its relevant inverse.
follow-up of #1515
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Module: transformdata transforms for preprocessing and postprocessing.data transforms for preprocessing and postprocessing.WG: TransformsFor the transforms working groupFor the transforms working groupenhancementNew feature or requestNew feature or request