avalanche icon indicating copy to clipboard operation
avalanche copied to clipboard

make transformation_group immutable objects

Open AntonioCarta opened this issue 3 years ago • 0 comments

right now transformation groups have an attribute current_group, which makes them mutable. We could manage current_group with the AvalancheDataset and pass it explicitly to the transformation groups. This will make transformations immutable and simplify a bit the code.

AntonioCarta avatar Oct 12 '22 14:10 AntonioCarta