Commit aa18a56b authored by Geoffrey Yu's avatar Geoffrey Yu
Browse files

remove unnecessary lines

parent d74b09cc
...@@ -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