Skip to content
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

Adding avoid non interactive non-documented argument #1747

Merged
merged 8 commits into from
Jan 5, 2023

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Dec 30, 2022

This should avoid the command not being executed when you are in non_interactive or mapdl.input.

It add the following argument avoid_non_interactive to each mapdl.run call.

I'm not documented this command because I believe its usage is going to be very restricted. But I'm conflicted about document it anyway

@germa89 germa89 self-assigned this Dec 30, 2022
@github-actions github-actions bot added Enhancement Improve any current implemented feature New Feature Request or proposal for a new feature labels Dec 30, 2022
@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Merging #1747 (7a8db74) into main (ff1c818) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1747      +/-   ##
==========================================
+ Coverage   85.51%   85.60%   +0.08%     
==========================================
  Files          45       45              
  Lines        7663     7667       +4     
==========================================
+ Hits         6553     6563      +10     
+ Misses       1110     1104       -6     

Copy link
Contributor

@clatapie clatapie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

src/ansys/mapdl/core/mapdl.py Outdated Show resolved Hide resolved
@germa89 germa89 merged commit 9eb459a into main Jan 5, 2023
@germa89 germa89 deleted the feat/adding-avoid_non_interactive branch January 5, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improve any current implemented feature New Feature Request or proposal for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants