diff --git a/python/damask/_rotation.py b/python/damask/_rotation.py index 0a4421090..bf210a852 100644 --- a/python/damask/_rotation.py +++ b/python/damask/_rotation.py @@ -426,7 +426,7 @@ class Rotation: shape+(4,))) - def average(self,weights = None): + def average(self, weights: np.ndarray = None) -> "Rotation": """ Average along last array dimension.