We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d4e6a commit fd0aa12Copy full SHA for fd0aa12
weldx/transformations/types.py
@@ -9,7 +9,7 @@
9
10
types_coordinates = Union[xr.DataArray, npt.ArrayLike, pint.Quantity]
11
types_orientation = Union[xr.DataArray, npt.ArrayLike, Rotation]
12
-types_homogeneous = Union[xr.DataArray, npt.ArrayLike]
+types_homogeneous = npt.ArrayLike
13
14
15
__all__ = [
0 commit comments