German

Results 199 comments of German

Sorry, I meant, "why do you want to use it?". What kind of information are you looking for in the output file?

I think we should just use the report? And append things there...

I think the whole CLI could be revamped: ## Launcher Replace ``launch_mapdl`` https://mapdl.docs.pyansys.com/version/dev/user_guide/cli.html#pymapdl-command-line-interface with - ``pymapdl launch`` - ``pymapdl stop`` ## converter https://mapdl.docs.pyansys.com/version/dev/user_guide/convert.html - ``pymapdl convert`` ## for debugging/report we...

@AlejandroFernandezLuces how are we doing with this?

> All CI tests are passing now, should I worry about the patch coverage? I'm not sure if it makes much sense to test the few lines that are not...

@AlejandroFernandezLuces check also that https://github.com/ansys/pymapdl/pull/2799/commits/3348249f01b502d957ab57cb610dac5b683c2920 is correct.

> A side discussion, code is somewhat coupled with PyVista due to how the picker works in PyMAPDL. I would suggest refactoring the picking capabilites of PyMAPDL in a follow...

> Regarding the font, PyVista only allows three: `courier`, which is the default one, `arial` and `times`. I think the one you are looking for is `arial`, if not, please...

this is more on the MAPDL side. The errors should be properly handled, and use `try` and `catch` if needed.

This is very interesting. I would expect very similar times. I would test adding some waiting time after the `mapdl.exit` (of course do not count it towards the graph). I'm...