Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added the usemask paramter, and set to false
  • Loading branch information
PRopp42 committed Mar 16, 2017
1 parent bbe6d22 commit cf4c8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scoria/FileIO.py
Expand Up @@ -564,7 +564,8 @@ def load_pdb_into_using_file_object(self, file_obj,
numpy.append_fields(
self.__parent_molecule.get_atom_information().copy(),
f,
data = numpy.defchararray_strip(atom_inf[f + '_padded'])
data = numpy.defchararray_strip(atom_inf[f + '_padded']),
usemask=False
)
)

Expand Down

0 comments on commit cf4c8aa

Please sign in to comment.