Skip to content

Commit 2435173

Browse files
fix: share_topology is available on 24R2 (#1472)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 19b952d commit 2435173

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/1472.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
``share_topology`` is available on 24R2

src/ansys/geometry/core/tools/prepare_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def extract_volume_from_edge_loops(
156156

157157
@protect_grpc
158158
@check_input_types
159-
@min_backend_version(25, 1, 0)
159+
@min_backend_version(24, 2, 0)
160160
def share_topology(
161161
self, bodies: list["Body"], tol: Real = 0.0, preserve_instances: bool = False
162162
) -> bool:

0 commit comments

Comments
 (0)