"vscode:/vscode.git/clone" did not exist on "d8b64558e12cb95a9be0fab2206649982f39ff44"
Commit b5427018 authored by Geoffrey Yu's avatar Geoffrey Yu Committed by Jennifer Wei
Browse files

remove unnecessary lines

parent 54ec5c4c
......@@ -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))
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