You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/getting_started/contribute/developer.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,10 +254,10 @@ Testing on Linux via WSL
254
254
Some system dependencies required for VTK to run properly might be missing when running tests on linux via WSL (or even linux in general).
255
255
The identified workaround for this is to install the OSMesa wheel variant that leverages offscreen rendering with OSMesa.
256
256
This wheel is being built for both Linux and Windows at this time and bundles all of the necessary libraries into the wheel. This is
257
-
achieved by adding ``-x testenv.commands_pre="uv pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==<version>"``
257
+
achieved by adding ``-x testenv.commands_pre="uv pip install --index-url https://wheels.vtk.org vtk-osmesa==<version>"``
258
258
259
259
For example, to run all tests sequentially on linux, while using a Standalone DPF Server whose path is ``ansys_dpf_server_lin_v2025.1.pre0``, simply run:
Copy file name to clipboardExpand all lines: src/ansys/dpf/gate/dpf_vector.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ def __init__(self, owner, api):
45
45
ifnotserver_meet_version("4.1",
46
46
owner._server) andowner._server.clientisNone: # BUG in 22.2: DpfVector is not holding the data owner and not call to data owner should be done at delete
0 commit comments