Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more typo
Browse files Browse the repository at this point in the history
mbwinkler committed Nov 6, 2024
1 parent 9046c7e commit 42e476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weldx/transformations/cs_manager.py
Original file line number Diff line number Diff line change
@@ -869,7 +869,7 @@ def create_cs_from_homogenous_transformation(
how the parent system is positioned in its new child system.
"""
lcs = LocalCoordinateSystem.from_homogenous_transformation(
lcs = LocalCoordinateSystem.from_homogeneous_transformation(
transformation_matrix, translation_unit, time, time_ref
)
self.add_cs(

0 comments on commit 42e476e

Please sign in to comment.