Skip to content

Commit

Permalink
Modify MMCIF unit test for multiple models.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenna X. Peterson authored and peterjc committed Apr 23, 2012
1 parent d8d4c58 commit b6acd27
Show file tree
Hide file tree
Showing 3 changed files with 6,663 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bio/PDB/MMCIFParser.py
Expand Up @@ -60,7 +60,7 @@ def _build_structure(self, structure_id):
structure_builder.init_structure(structure_id) structure_builder.init_structure(structure_id)
#structure_builder.init_model(current_model_id) #structure_builder.init_model(current_model_id)
structure_builder.init_seg(" ") structure_builder.init_seg(" ")
current_model_id = None current_model_id = -1
for i in xrange(0, len(atom_id_list)): for i in xrange(0, len(atom_id_list)):
x=x_list[i] x=x_list[i]
y=y_list[i] y=y_list[i]
Expand Down

0 comments on commit b6acd27

Please sign in to comment.