Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #2384

Merged
merged 3 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: ["--toml", "pyproject.toml"]
Expand All @@ -47,6 +47,6 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
6 changes: 5 additions & 1 deletion doc/styles/Vocab/ANSYS/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ MacOS
MAPDL
mater
MATLAB
matricies
mesher
midside
Mises
Expand All @@ -93,12 +94,14 @@ nce
Newton-Raphson
nin
nonlinearities
NORML
NumPy
onefile
optiSLang
parm
performant
PMLs
POIN
Poisson
postprocessor
Prasanna
Expand Down Expand Up @@ -151,4 +154,5 @@ Windows Subsystem
Windows Subsystem for Linux
wsl
WSL
Zhu
Zhu
NORML
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/_commands/post1_/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def sumtype(self, label="", **kwargs):
sessions.

SUMTYPE,PRIN also causes principal nodal values to be the average of
the contibuting principal element nodal values (see AVPRIN,1).
the contributing principal element nodal values (see AVPRIN,1).

BEAM188 and BEAM189 elements compute principal stress, equivalent
stress, and stress intensity values on request instead of storing them
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ def _validate_MPI(add_sw, exec_path, force_intel=False):
):
# Workaround to fix a problem when launching ansys in 'dmp' mode in the
# recent windows version and using VPN.
# This is due to the intel compiler, and only afects versions between
# This is due to the intel compiler, and only affects versions between
# 210 and 222.
#
# There doesn't appear to be an easy way to check if we
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mesh_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_tshape_key(mapdl, contact_geom_and_mesh):


def test_save(mapdl, cube_geom_and_mesh):
# This test seems to fail when paralelized.
# This test seems to fail when parallelized.
fname = "mesh.vtk"
for binary_ in [True, False]:
mapdl.mesh.save(fname, binary_)
Expand Down