Skip to content

Commit a7429f4

Browse files
Merge branch 'feat/move_translate_components' of https://github.com/ansys/pyansys-geometry into feat/move_translate_components
2 parents 5e99f81 + 6d05dc3 commit a7429f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/2068.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enhanced move_translate to support components

tests/integration/test_geometry_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ def test_move_translate_component(modeler: Modeler):
12121212
translated_vertices = []
12131213
for edge in box_body.edges:
12141214
translated_vertices.extend([edge.start, edge.end])
1215-
1215+
12161216
# Check that the vertices have been translated
12171217
assert np.isin(expected_vertices, translated_vertices).all()
12181218

0 commit comments

Comments
 (0)