From 4b163b9980d10925acfe11a1e2c3792b0081d35b Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Wed, 8 Sep 2021 18:45:12 +0000 Subject: [PATCH] [skip ci] remove auto-inserted closing parentheses --- python/damask/_rotation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/damask/_rotation.py b/python/damask/_rotation.py index dc47c325a..0d816f225 100644 --- a/python/damask/_rotation.py +++ b/python/damask/_rotation.py @@ -695,8 +695,8 @@ class Rotation: Parameters ---------- phi : numpy.ndarray of shape (...,3) - Bunge–Euler angles ()φ_1 ∈ [0,2π], ϕ ∈ [0,π], φ_2 ∈ [0,2π]) - or ()φ_1 ∈ [0,360], ϕ ∈ [0,180], φ_2 ∈ [0,360]) if degrees == True. + Bunge–Euler angles (φ_1 ∈ [0,2π], ϕ ∈ [0,π], φ_2 ∈ [0,2π]) + or (φ_1 ∈ [0,360], ϕ ∈ [0,180], φ_2 ∈ [0,360]) if degrees == True. degrees : boolean, optional Bunge–Euler angles are given in degrees. Defaults to False.