-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first approach * Being more exigent on the commands with empty arguments. Avoiding issue `/out,scratch`. * Adding tests to previous commit * Adding `use_vtk` argument * Adding clear_at_start argument * Commenting better /out,scratch * Avoiding cmplot conversion Improving arguments parsing * Supporting macros calls * Fixing expand arguments * Removing prep7 after /verify * reducing white space in bypassed commands Getting ready for empty-commands. * reducing white spacing Avoiding converting mode for the moment. * Adding arguments to ddoption * Fixing vm double argument * Fixing vm extra argument * Fixing vm extra argument * Fix double arg * Fixing launcher reference * Fixing wrong parameter name in parres * Exiting interactive (P) xsel function if in non_interactive. * Avoiding parsing some unexisting commands. Avoiding consider 'INF' as infinitive (float). * exiting early if in non_interactive when checking file path. * adding check_parameter_names argument to converter and mapdl Add other arguments to cli Avoiding `/type` conversion Passing MAPDL arguments from launcher_mapdl to MAPDL class * Removing extra /out in vm51 * Avoiding dict changing size and passing start arguments to cases where we are connecting to already existing instances. * Better parsing CLI arguments. Adding `ADD` to skipped arguments * Exiting early some functions when in `non_interactive` * Making sure we are passing vtk * Better CLI parsing * Avoiding some checks while in non_interactive. Cache Device at the beginning of the session. * Removing extra arguments in SUBOPT. * Adding more commands to ignores * Force output in png mode retrieval * adding missing argument to prcamp * Avoiding parameter name issue when extension is part of name and not supplied independently. * Updating converter golden tests * Avoiding too early exit in mapdl.input * Removing check * Update the image cache * removing coda codacy warnings * Adding missing arguments * Fixing argument order * Adding missing commands to ignored. Not scaping non_interactive after *VWRITE format. * Eliminating unused argument in TBDATA * Allowing arguments in macro calls. * Taking into account leading chars * Adding missing argument to HEMIOPT * Adding more command to empty spaces * removing extra argument * removing extra argument * Adding missing argument to PSDGRAPH * * Fixing no exit from interactive. * Using f string for `mapdl.run` with ARGXs. * * Adding FORCED_MAPPING for exceptions. * Improving entry/exit non-interactive commands * Reducing the trailing space. * * Fix issue when non finding pymapdl equivalent, it gets none. * Commenting out /exit in non_interactive * * Keeping empty lines * Making sure we account for commands with empty arguments with spaces in them. * Fix error that `find_match` returns always something and it is used to create the mapdl method (which might not exist) * Removing extra arguments. * Adding missing arguments * Adding golden tests * Adding /AXLAB specific behaviour. Fixing not finding commands in _valid_commands. * Fixing tests * Update the image cache * Empty comment to trigger CICD * Adding missing import * Improving parsing when using functions * Early exiting `*GET` when in `non_interactive`. * Improving coverage * Removing unreachable code. * Fixing vwrite command * Fixing kabs vs kswp in Xsel commands * Fixing not plotting when no show command was set. IMGREAD issue. --------- Co-authored-by: germa89 <[email protected]> Co-authored-by: Camille <[email protected]>
- Loading branch information
1 parent
ffa3d29
commit f1a9895
Showing
26 changed files
with
815 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.