Closed Robbie1977 closed 3 years ago
It hasn't moved but is imported at the navis.transforms
module (from .affine import AffineTransform
). So either transforms.affine.AffineTransform
or transforms.AffineTransform
will work. That said: the latter is obviously nicer to read.
transforms.affine.AffineTransform has moved to transforms.AffineTransform
Please check this is the case and was intentional?
Tested with a NAVIS taken from main branch