Skip to content

Commit 3f0cf77

Browse files
authored
Update src/ansys/geometry/core/__init__.py
1 parent 1295e01 commit 3f0cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@
7171
DOCUMENTATION_BUILD: bool = os.environ.get("PYANSYS_GEOMETRY_DOC_BUILD", "false").lower() == "true"
7272
"""Global flag for the documentation to use the proper PyVista Jupyter backend."""
7373

74-
USE_TRACKER_TO_UPDATE_DESIGN: bool = True
74+
USE_TRACKER_TO_UPDATE_DESIGN: bool = False
7575
"""Global constant for checking whether to use the tracker to update designs."""

0 commit comments

Comments
 (0)