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
d1a32aa3
"examples/llm/vscode:/vscode.git/clone" did not exist on "942a0fb9100ac006c67cbf42807917ea9863cbcf"
Commit
d1a32aa3
authored
Feb 15, 2024
by
Geoffrey Yu
Committed by
Jennifer Wei
May 11, 2024
Browse files
remove unnecessary lines
parent
0df04f33
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 @
d1a32aa3
...
...
@@ -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