Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update a fragile test
  • Loading branch information
avirshup committed May 24, 2017
1 parent 7bc4783 commit 6b7b254
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions moldesign/_tests/test_pdb_processing.py
Expand Up @@ -106,7 +106,7 @@ def test_numeric_residue_name_1PYN(request, mol):
ligand = mdt.Molecule(mol.residues[283])

params = mdt.create_ff_parameters(ligand, charges='gasteiger')
params.lib.put('/tmp/tmp.lib')
params._file_list['mol.lib'].put('/tmp/tmp.lib')

contents = parmed.load_file('/tmp/tmp.lib')
assert len(contents) == 1
Expand All @@ -119,9 +119,3 @@ def test_numeric_residue_name_1PYN(request, mol):
('A', 'SER', 284), ('B', 'GLY', 34), ('B', 'GLU', 35), ('B', 'ALA', 168),
('B', 'ASP', 169), ('B', 'GLY', 170), ('B', 'VAL', 282), ('B', 'ASP', 283),
('B', 'SER', 284)]






0 comments on commit 6b7b254

Please sign in to comment.