fixed typo
This commit is contained in:
parent
8fefc46f38
commit
d10516e0b6
|
@ -453,7 +453,7 @@ class Orientation(Rotation,Crystal):
|
|||
elif self.family == 'triclinic':
|
||||
return np.ones(rho_abs.shape[:-1]).astype(bool)
|
||||
else:
|
||||
raise(TypeError, f'unknown symmetry "{self.family}"')
|
||||
raise TypeError(f'unknown symmetry "{self.family}"')
|
||||
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue