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

use ansys-api-mapdl-v0 #681

Merged
merged 2 commits into from
Oct 29, 2021
Merged

use ansys-api-mapdl-v0 #681

merged 2 commits into from
Oct 29, 2021

Conversation

akaszynski
Copy link
Collaborator

Update PyMAPDL to use the gRPC compliant-named package ansys-api-mapdl-v0.

The package has been build using grpcio-tools=1.21.1 to allow for the usage of Mechanical's CPython protobuf=3.8.0 to resolve #649.

Copy link
Collaborator

@germa89 germa89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to me.

@@ -155,8 +154,8 @@ def test_license_type_keyword_names():
# This test might became a way to check available licenses, which is not the purpose.

successful_check = False
for license_description, each_keyword in zip(LICENSES.values(), keywords):
mapdl = launch_mapdl(license_type=each_keyword)
for license_name, license_description in LICENSES.items():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how did I write this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok, this isn't checked in our online CI/CD and I only discovered this when running tests locally. Another reason to have a windows/linux standalone package of MAPDL.

@akaszynski akaszynski merged commit ce1bb5e into main Oct 29, 2021
@akaszynski akaszynski deleted the fix/use_new_grpc_library branch October 29, 2021 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can pymapdl support ANSYS 2021R1 or late workbench cpython version ?
2 participants