-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revert: "Merge branches 'feat/piping-MAPDL-output-to-a-given-file', 'main' and 'main' of https://github.com/ansys/pymapdl" #3607
Conversation
…main' and 'main' of https://github.com/ansys/pymapdl" This reverts commit a97fb6c, reversing changes made to 6853571.
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
@pyansys-ci-bot LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…-file', 'main' and 'main' of https://github.com/ansys/pymapdl" (#3607)" This reverts commit afad43e.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3607 +/- ##
==========================================
- Coverage 87.02% 86.97% -0.05%
==========================================
Files 187 187
Lines 14623 14623
==========================================
- Hits 12725 12719 -6
- Misses 1898 1904 +6 |
* tests: removing redundant test * chore: adding changelog file 3596.miscellaneous.md [dependabot-skip] * revert: "revert: "Merge branches 'feat/piping-MAPDL-output-to-a-given-file', 'main' and 'main' of https://github.com/ansys/pymapdl" (#3607)" This reverts commit afad43e. * fix: tests * fix: running test only on local * test: adding more tests --------- Co-authored-by: pyansys-ci-bot <[email protected]>
* ci: adding timeout to each test * chore: adding changelog file 3577.dependencies.md [dependabot-skip] * test: avoid checking command output * test: avoid checking command output * fix: unpack * feat: disabling subscription to channel * fix: components typo * chore: adding changelog file 3577.documentation.md [dependabot-skip] * feat: avoid checking on not set channel * ci: automate logging when testing * fix: reading nset when no RST is generated * fix: detecting comments as parameters sets when they have =. * fix: avoid fail on reading rst file * feat: setting verbosity when debug env var * feat: using non-interactive for using iterable in XSEL commands * fix: running post.__repr__ as post1 * feat: logging non_interactive in MAPDL logging and APDL logging * fix: post_processing repr * test: post string * fix: test * feat: showing a warning when rebooting MAPDL. * tests: skip some test Temporary * fix: initial channel state * fix: removing APDL comment so it does not interfere on the last_respone * fix: database tests * fix: path test * feat: stripping spaces from the command output * fix: checking pids when there is no cleanup file. * fix: make sure we are properly comparing paths when MAPDL is also installed on a machine. * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * fix: small fixes in database tests * fix: skip testing on windows for the moment * ci: auto fixes from pre-commit.com hooks. for more information, see https://pre-commit.ci * fix: precommit * fix: xpl not loading full file * refactor: moving xpl tests to a class * feat: adding apdl output * tests: removing redundant test * chore: merge fix/avoid-error-when-retriving-routine * chore: adding changelog file 3596.miscellaneous.md [dependabot-skip] * revert: "revert: "Merge branches 'feat/piping-MAPDL-output-to-a-given-file', 'main' and 'main' of https://github.com/ansys/pymapdl" (#3607)" This reverts commit afad43e. * chore: adding changelog file 3577.dependencies.md [dependabot-skip] * refactor: reorg allowed arguments order * fix: removing `file` call. * feat: apply suggestions from code review * feat: apply suggestions from code review * chore: adding changelog file 3577.added.md [dependabot-skip] * fix: removing left behind code --------- Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: gayuso <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
As the title, this reverts commit a97fb6c, reversing
changes made to 6853571.
For some reason, the ruleset for the repo allowed me to push to main, which is sooooo bad.
Issue linked
NA
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)