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
86613a95
"examples/rust/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "494d56255a94f3546558bfe84c35d38b3ffcfed1"
Unverified
Commit
86613a95
authored
Jul 29, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Jul 29, 2022
Browse files
Add contiguous() call just in case
parent
03518fd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
openfold/utils/rigid_utils.py
openfold/utils/rigid_utils.py
+1
-0
No files found.
openfold/utils/rigid_utils.py
View file @
86613a95
...
@@ -96,6 +96,7 @@ def identity_rot_mats(
...
@@ -96,6 +96,7 @@ def identity_rot_mats(
)
)
rots
=
rots
.
view
(
*
((
1
,)
*
len
(
batch_dims
)),
3
,
3
)
rots
=
rots
.
view
(
*
((
1
,)
*
len
(
batch_dims
)),
3
,
3
)
rots
=
rots
.
expand
(
*
batch_dims
,
-
1
,
-
1
)
rots
=
rots
.
expand
(
*
batch_dims
,
-
1
,
-
1
)
rots
=
rots
.
contiguous
()
return
rots
return
rots
...
...
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