Skip to content

Comments

fix SRT3DTransform.set_mapping()#2

Open
chronopoulos wants to merge 4 commits intocampagnola:masterfrom
chronopoulos:master
Open

fix SRT3DTransform.set_mapping()#2
chronopoulos wants to merge 4 commits intocampagnola:masterfrom
chronopoulos:master

Conversation

@chronopoulos
Copy link

i believe this commit introduced a bug in SRT3DTransform.set_mapping(): when I call this method with points1.shape = points2.shape = (10,3), for example, I get TypeError("Points must have shape (N+1, N)") from matrices.affine_map. I'm not really sure why these lines were added to the top of SRT3DTransform.set_mapping (it looks like a test got left behind?) but removing them solves the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant