Skip to content

Commit

Permalink
de-clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Oeffner committed Oct 7, 2020
1 parent 56dd50c commit e9be980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cctbx/miller/__init__.py
Expand Up @@ -3871,9 +3871,9 @@ def phased_translation_function_coeff(self, phase_source, f_calc, fom=None):
assert den != 0
return self.array(data = coeff/den)

def __repr__(self):
def __repr__(self):
"""
Emit a string for debugging of the labels, type of data
Emit a string for debugging of the labels, type of data
and sigmas array present within this miller_array.
"""
mstr = self.crystal_symmetry().__repr__()
Expand Down

0 comments on commit e9be980

Please sign in to comment.