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

Merge/retro/refactor actions grpc #339

Merged
merged 137 commits into from
Jul 26, 2022

Conversation

cbellot000
Copy link
Contributor

No description provided.

@cbellot000 cbellot000 changed the base branch from master to merge/0.5.dev2 July 26, 2022 06:32
…into merge/retro/refactor_actions_grpc

# Conflicts:
#	.github/workflows/ci.yml
#	.github/workflows/retro.yml
#	ansys/dpf/core/misc.py
#	tests/conftest.py
@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

❗ No coverage uploaded for pull request base (merge/0.5.dev2@0ea2ce5). Click here to learn what that means.
The diff coverage is n/a.

@@                Coverage Diff                @@
##             merge/0.5.dev2     #339   +/-   ##
=================================================
  Coverage                  ?   80.36%           
=================================================
  Files                     ?       61           
  Lines                     ?     6615           
  Branches                  ?        0           
=================================================
  Hits                      ?     5316           
  Misses                    ?     1299           
  Partials                  ?        0           

@cbellot000 cbellot000 marked this pull request as ready for review July 26, 2022 09:34
tests/conftest.py Outdated Show resolved Hide resolved
- name: "Separate long Core tests"
shell: pwsh
run: |
New-Item -Path ".\" -Name "local_server_test" -ItemType "directory"
Copy link
Contributor

@anslpa anslpa Jul 26, 2022

Choose a reason for hiding this comment

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

@PProfizi @cbellot000 just that you know, pytest as an --ignore flag that can be used as:
pytest ./tests --ignore tests\test_server.py --ignore tests\test_launcher.py

@@ -122,8 +122,6 @@ def find_ansys():
for version in sorted(versions, reverse=True):
if not version.isnumeric():
continue
if version == __ansys_version__:
Copy link
Contributor

Choose a reason for hiding this comment

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

@cbellot000 that means that in ansys_version = 222 case, find_ansys() method won't be able to return an ansys_path based on AWP_ROOT222 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

@cbellot000 @anslpa yes the next elif might have been left by mistake. The get_ansys_path does try AWP_ROOT222 before calling find_ansys(), but you might want to still try to get it within find_ansys() for retro-compatibility.

@cbellot000 cbellot000 merged commit 76d37e2 into merge/0.5.dev2 Jul 26, 2022
@cbellot000 cbellot000 deleted the merge/retro/refactor_actions_grpc branch July 26, 2022 12:48
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.

5 participants