Skip to content

Commit 205f80e

Browse files
committed
fix: small fixes
1 parent 6717331 commit 205f80e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/ansys/mapdl/core/launcher/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def launch_mapdl(
116116
117117
.. code:: console
118118
119-
export PYMAPDL_MAPDL_EXEC=/ansys_inc/v211/ansys/bin/mapdl
119+
export PYMAPDL_MAPDL_EXEC=/ansys_inc/v251/ansys/bin/mapdl
120120
121121
run_location : str, optional
122122
MAPDL working directory. Defaults to a temporary working

tests/test_launcher/test_local.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
from ansys.mapdl.core.launcher.local import processing_local_arguments
2727

2828

29-
def test_processing_local_arguments():
30-
pass
31-
32-
3329
@pytest.mark.parametrize("start_instance", [True, False, None, ""])
3430
@patch("ansys.mapdl.core.launcher.local.get_cpus", lambda *args, **kwargs: None)
3531
@patch("psutil.cpu_count", lambda *args, **kwargs: 4)

0 commit comments

Comments
 (0)