added typehints for rotation.average function [skip ci]
This commit is contained in:
parent
cef885cfde
commit
65633ee6b1
|
@ -426,7 +426,7 @@ class Rotation:
|
||||||
shape+(4,)))
|
shape+(4,)))
|
||||||
|
|
||||||
|
|
||||||
def average(self,weights = None):
|
def average(self, weights: np.ndarray = None) -> "Rotation":
|
||||||
"""
|
"""
|
||||||
Average along last array dimension.
|
Average along last array dimension.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue