From d794e152491fcfb63de2b768360f310272410070 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 17 Dec 2018 16:07:51 -0500 Subject: [PATCH] [skip ci] small polish --- lib/damask/orientation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/damask/orientation.py b/lib/damask/orientation.py index 946c97d1e..63880a3e6 100644 --- a/lib/damask/orientation.py +++ b/lib/damask/orientation.py @@ -416,7 +416,7 @@ class Symmetry: def __repr__(self): - """Readbable string""" + """Readable string""" return '{}'.format(self.lattice) @@ -502,7 +502,7 @@ class Symmetry: ] return list(map(Quaternion, - np.array(symQuats)[np.atleast_1d(np.array(who)) if who != [] else range(len(symQuats))])) + np.array(symQuats)[np.atleast_1d(np.array(who)) if who != [] else range(len(symQuats))])) def equivalentQuaternions(self,