Commit d1a32aa3 authored by Geoffrey Yu's avatar Geoffrey Yu Committed by Jennifer Wei
Browse files

remove unnecessary lines

parent 0df04f33
...@@ -189,5 +189,5 @@ class TestPermutation(unittest.TestCase): ...@@ -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), expected_permutated_gt_pos = torch.cat((chain_a2_pos, chain_a1_pos, chain_b2_pos, chain_b3_pos, chain_b1_pos),
dim=1) 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)) 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