fix pep257: D415 / First line should end with a period, question mark, or exclamation point (not e)

This commit is contained in:
f.basile 2020-06-05 13:49:30 +02:00
parent eae9698d22
commit cb1779ef9a
1 changed files with 1 additions and 1 deletions

View File

@ -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