Skip to content

Commit 86062fe

Browse files
pyansys-ci-botChaiF1pre-commit-ci[bot]clatapiegerma89
committed
fix(migrated PR 4207): issue 4206 (#4279)
* Initial fix in interp_star_status function * Removed junk lines and fixed a typo * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * chore: adding changelog file 4279.fixed.md [dependabot-skip] * chore: adding changelog file 4279.fixed.md [dependabot-skip] * style: add type annotations to parameter parsing helpers in parameters.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. * test: add tests for C_FullFile parameter handling in interp_star_status 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. --------- Co-authored-by: Chai Fillerup <[email protected]> Co-authored-by: ChaiF1 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Camille Latapie <[email protected]> Co-authored-by: German <[email protected]>
1 parent 282883d commit 86062fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/changelog.d/4279.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Issue 4206

0 commit comments

Comments
 (0)