Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Oct 13, 2023
1 parent a9ba6df commit 3fe8960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/model/test_transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def create_transform(
type="translation",
values=Dataset(parent_node=None, name="", values=None, type=ValueTypes.DOUBLE),
units="m",
offset_vector=QVector3D(0., 0., 0.)
):
translation = Transformation(
name=name,
Expand All @@ -30,6 +31,7 @@ def create_transform(
)

translation.vector = vector
translation.offset_vector = offset_vector
translation.transform_type = type
translation.ui_value = ui_value
translation.units = units
Expand Down

0 comments on commit 3fe8960

Please sign in to comment.