fix pep257: D415 / First line should end with a period, question mark, or exclamation point (not e)
This commit is contained in:
parent
eae9698d22
commit
cb1779ef9a
|
@ -80,7 +80,7 @@ class Orientation:
|
||||||
|
|
||||||
def inFZ_vec(self):
|
def inFZ_vec(self):
|
||||||
"""
|
"""
|
||||||
Check if orientations falls into Fundamental Zone
|
Check if orientations falls into Fundamental Zone.
|
||||||
|
|
||||||
self.rotation.as_Rodrigues() working fine
|
self.rotation.as_Rodrigues() working fine
|
||||||
self.rotation.as_Rodrigues(vector=True) doesn't work for several rotations
|
self.rotation.as_Rodrigues(vector=True) doesn't work for several rotations
|
||||||
|
|
Loading…
Reference in New Issue