Commit 521ee2f
feat: avoiding reconnecting if MAPDL exited already (#3708)
* test: refactor check_stds and post_mortem_checks
* test: backing off algorithm
* chore: adding changelog file 3703.added.md [dependabot-skip]
* fix: codacity warnings
* feat: using get_value to obtain the n elements
* revert: revert "feat: using get_value to obtain the n elements"
Performance is not as go
This reverts commit 877f803.
* feat: using get_value to obtain the n elements
* revert: revert "feat: using get_value to obtain the n elements"
Performance is not as go
This reverts commit 877f803.
* feat: using mapdl.exit when raising final error.
* test: fix test by avoiding killing mapdl.
* fix: test
* fix: test
* feat: adding warnings when restarting MAPDL during testing
* fix: test
* feat: caching requires_package
* test: adding more tests
* chore: adding changelog file 3705.added.md [dependabot-skip]
* chore: adding changelog file 3705.added.md [dependabot-skip]
* fix: warnings import
* feat: not reconnecting if MAPDL already exited
* test: adding tests
* chore: adding changelog file 3708.miscellaneous.md [dependabot-skip]
* fix: tests
---------
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>1 parent 9d63421 commit 521ee2f
File tree
4 files changed
+37
-19
lines changed- doc/changelog.d
- src/ansys/mapdl/core
- tests
4 files changed
+37
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
332 | | - | |
333 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
334 | 336 | | |
335 | | - | |
336 | | - | |
337 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
338 | 340 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
343 | 345 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
348 | 350 | | |
349 | | - | |
350 | | - | |
| 351 | + | |
| 352 | + | |
351 | 353 | | |
352 | 354 | | |
353 | 355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2749 | 2749 | | |
2750 | 2750 | | |
2751 | 2751 | | |
2752 | | - | |
| 2752 | + | |
| 2753 | + | |
2753 | 2754 | | |
2754 | 2755 | | |
2755 | 2756 | | |
| |||
2759 | 2760 | | |
2760 | 2761 | | |
2761 | 2762 | | |
| 2763 | + | |
| 2764 | + | |
| 2765 | + | |
2762 | 2766 | | |
2763 | 2767 | | |
2764 | 2768 | | |
| 2769 | + | |
2765 | 2770 | | |
2766 | 2771 | | |
2767 | 2772 | | |
| |||
2787 | 2792 | | |
2788 | 2793 | | |
2789 | 2794 | | |
2790 | | - | |
2791 | | - | |
2792 | | - | |
| 2795 | + | |
| 2796 | + | |
| 2797 | + | |
| 2798 | + | |
| 2799 | + | |
| 2800 | + | |
| 2801 | + | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
2793 | 2806 | | |
2794 | 2807 | | |
2795 | 2808 | | |
| |||
2838 | 2851 | | |
2839 | 2852 | | |
2840 | 2853 | | |
| 2854 | + | |
2841 | 2855 | | |
2842 | 2856 | | |
2843 | 2857 | | |
| |||
0 commit comments