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

Fixing missing full file #2083

Merged
merged 3 commits into from
May 30, 2023
Merged

Fixing missing full file #2083

merged 3 commits into from
May 30, 2023

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented May 29, 2023

It seems that the old vm153.dat had the full file name embedded.

When the vms were updated in #2045, the command which changed the full file was deleted:

image

CICD should have catch this, but it reused the cached examples. I'm not sure how to solve that. I will open a different issue for that.

Close #2078

@github-actions github-actions bot added Documentation Documentation related (improving, adding, etc) BUG Issue, problem or error in PyMAPDL labels May 29, 2023
@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #2083 (f9b8f94) into main (a25fa9e) will increase coverage by 3.52%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2083      +/-   ##
==========================================
+ Coverage   82.98%   86.50%   +3.52%     
==========================================
  Files          44       45       +1     
  Lines        7932     7959      +27     
==========================================
+ Hits         6582     6885     +303     
+ Misses       1350     1074     -276     

@germa89 germa89 self-assigned this May 29, 2023
@germa89 germa89 requested a review from clatapie May 29, 2023 17:26
@germa89
Copy link
Collaborator Author

germa89 commented May 29, 2023

Ohh.. Now I know why the CICD didn't catch it. Because the examples didn't change! It was the verification manual files, which were called directly from the example scripts. But those scripts didn't change. Jeezzzz.. I'm slow.

Copy link
Contributor

@clatapie clatapie left a comment

Choose a reason for hiding this comment

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

Look good to me! Thank you @germa89

@germa89 germa89 merged commit efb2a19 into main May 30, 2023
24 checks passed
@germa89 germa89 deleted the fix/missing-full-file branch May 30, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Issue, problem or error in PyMAPDL Documentation Documentation related (improving, adding, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug located in CICD
2 participants