Skip to content

Conversation

@pyansys-ci-bot
Copy link
Contributor

This PR is a mirror pull request created from Fix issue 4206 to allow the code to access PyMAPDL CICD secrets.

Check the original PR made by @ChaiF1 for more details.

Closes #4207

Original pull request

Fix issue 4206

This is a small PR to give the code I used to fix issue #4206 which I encountered in my work. The issue is broader than my fix so more code is needed to make the problems described in the issue go away. This can be used as a start to start fixing the entire underlying problem.

@pyansys-ci-bot pyansys-ci-bot requested a review from a team as a code owner October 27, 2025 09:54
@pyansys-ci-bot pyansys-ci-bot mentioned this pull request Oct 27, 2025
@germa89 germa89 changed the title migrated (PR 4207): Fix issue 4206 fix (migrated PR 4207): Fix issue 4206 Oct 27, 2025
@github-actions github-actions bot added the bug Issue, problem or error in PyMAPDL label Oct 27, 2025
@germa89 germa89 changed the title fix (migrated PR 4207): Fix issue 4206 fix: (migrated PR 4207) issue 4206 Oct 27, 2025
@germa89 germa89 changed the title fix: (migrated PR 4207) issue 4206 fix(migrated PR 4207): issue 4206 Oct 27, 2025
@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.34%. Comparing base (64de56a) to head (566ec69).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4279      +/-   ##
==========================================
- Coverage   91.39%   91.34%   -0.05%     
==========================================
  Files         193      193              
  Lines       15726    15742      +16     
==========================================
+ Hits        14372    14380       +8     
- Misses       1354     1362       +8     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…s.py

Add explicit type hints for math_header, array_header, is_parameter_listing,
is_math_listing, is_array_listing, and interp_star_status to improve clarity
and support static analysis.
Add golden "c_fullfile status" sample and multiple tests to verify
interp_star_status correctly parses C_FullFile entries. Cover mixed
SMAT/C_FullFile outputs, single C_FullFile outputs, and various
C_FullFile-like names; ensure only the "type" field is present for
C_FullFile parameters and other fields (value, MemoryMB, workspace,
shape) are not included. Also include the c_fullfile case in the
parameterized status test.
@germa89 germa89 enabled auto-merge (squash) October 28, 2025 12:53
@germa89 germa89 merged commit d9189c8 into main Oct 28, 2025
120 of 123 checks passed
@germa89 germa89 deleted the migration/pr-4207 branch October 28, 2025 18:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants