navis-org / navis-flybrains

Transforms for navis that enable mapping between different Drosophila template brains.
GNU General Public License v3.0
7 stars 2 forks source link

transforms.affine.AffineTransform appears to have moved #5

Closed Robbie1977 closed 3 years ago

Robbie1977 commented 3 years ago

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

schlegelp commented 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.