From cb1779ef9adf66b9c693473e79dbeea0ad372e53 Mon Sep 17 00:00:00 2001 From: "f.basile" Date: Fri, 5 Jun 2020 13:49:30 +0200 Subject: [PATCH] fix pep257: D415 / First line should end with a period, question mark, or exclamation point (not e) --- python/damask/_orientation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/_orientation.py b/python/damask/_orientation.py index 245659f44..10d33a76c 100644 --- a/python/damask/_orientation.py +++ b/python/damask/_orientation.py @@ -80,7 +80,7 @@ class Orientation: 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(vector=True) doesn't work for several rotations