Skip to content

Commit

Permalink
unittest for writing pdbs
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jan 31, 2017
1 parent 7936a30 commit 947a9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biopandas/pdb/tests/test_write_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def test_anisou():
with open(OUTFILE, 'r') as f:
f1 = f.read()
os.remove(OUTFILE)
assert f1 == four_eiy, print(f1)
assert f1 == four_eiy

0 comments on commit 947a9d9

Please sign in to comment.