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
aa18a56b
"runtime/rust/vscode:/vscode.git/clone" did not exist on "d0d35a9ee45ae4c5d8aec6d788f7594ec4a28ba6"
Commit
aa18a56b
authored
Feb 15, 2024
by
Geoffrey Yu
Browse files
remove unnecessary lines
parent
d74b09cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_permutation.py
tests/test_permutation.py
+1
-1
No files found.
tests/test_permutation.py
View file @
aa18a56b
...
...
@@ -189,5 +189,5 @@ class TestPermutation(unittest.TestCase):
expected_permutated_gt_pos
=
torch
.
cat
((
chain_a2_pos
,
chain_a1_pos
,
chain_b2_pos
,
chain_b3_pos
,
chain_b1_pos
),
dim
=
1
)
# expected_permutated_gt_pos = pad_features(expected_permutated_gt_pos, nres_pad, pad_dim=1)
self
.
assertTrue
(
torch
.
equal
(
labels
[
'all_atom_positions'
],
expected_permutated_gt_pos
))
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