We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74509c commit 2e89f2bCopy full SHA for 2e89f2b
src/ansys/geometry/core/connection/product_instance.py
@@ -405,7 +405,7 @@ def _check_minimal_versions(latest_installed_version: int) -> None:
405
406
Check that at least V232 is installed.
407
"""
408
- if latest_installed_version < 232:
+ if abs(latest_installed_version) < 232:
409
msg = (
410
"PyAnsys Geometry is compatible with Ansys Products from version 23.2.1. "
411
+ "Please install Ansys products 23.2.1 or later."
0 commit comments