Skip to content

Move inverse methods to array classes #1749

@rijobro

Description

@rijobro

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

Metadata

Metadata

Assignees

Labels

Module: transformdata transforms for preprocessing and postprocessing.WG: TransformsFor the transforms working groupenhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions