Commit d01f47af authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix bug in affine_utils.py

parent 3d2a5c69
......@@ -279,7 +279,7 @@ class T:
@staticmethod
def make_transform_from_reference(n_xyz, ca_xyz, c_xyz, eps=1e-20):
translation = -1 * c_xyz
translation = -1 * ca_xyz
n_xyz = n_xyz + translation
c_xyz = c_xyz + translation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment