Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
d01f47af
Commit
d01f47af
authored
Nov 15, 2021
by
Gustaf Ahdritz
Browse files
Fix bug in affine_utils.py
parent
3d2a5c69
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/utils/affine_utils.py
openfold/utils/affine_utils.py
+1
-1
No files found.
openfold/utils/affine_utils.py
View file @
d01f47af
...
@@ -279,7 +279,7 @@ class T:
...
@@ -279,7 +279,7 @@ class T:
@
staticmethod
@
staticmethod
def
make_transform_from_reference
(
n_xyz
,
ca_xyz
,
c_xyz
,
eps
=
1e-20
):
def
make_transform_from_reference
(
n_xyz
,
ca_xyz
,
c_xyz
,
eps
=
1e-20
):
translation
=
-
1
*
c_xyz
translation
=
-
1
*
c
a
_xyz
n_xyz
=
n_xyz
+
translation
n_xyz
=
n_xyz
+
translation
c_xyz
=
c_xyz
+
translation
c_xyz
=
c_xyz
+
translation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment