Commit 673466e
fix: Update argument names as per Fluent change. (#4752)
## Context
Argument name of global list-properties command has been changed in
Fluent during 26.1 (PR 620650). This results in inconsistent behavior in
PyFluent.
Corresponding Fluent bug - 1385223
## Change Summary
Update argument names in PyFluent as per latest Fluent code.
## Rationale
list-properties should be called with correct argument names from
PyFluent.
## Impact
Fix inconsistent behavior, unintended warnings.
---------
Co-authored-by: pyansys-ci-bot <[email protected]>1 parent cbd98a2 commit 673466e
File tree
4 files changed
+5
-10
lines changed- doc/changelog.d
- src/ansys/fluent/core
- codegen
- services
- solver
4 files changed
+5
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
| 348 | + | |
353 | 349 | | |
354 | 350 | | |
355 | 351 | | |
356 | 352 | | |
357 | | - | |
358 | | - | |
359 | 353 | | |
360 | 354 | | |
361 | 355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1536 | 1536 | | |
1537 | 1537 | | |
1538 | 1538 | | |
1539 | | - | |
1540 | | - | |
| 1539 | + | |
1541 | 1540 | | |
1542 | 1541 | | |
1543 | 1542 | | |
| |||
0 commit comments