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

Check kwarg in mapdl.run #2276

Merged
merged 12 commits into from
Sep 1, 2023
Merged

Check kwarg in mapdl.run #2276

merged 12 commits into from
Sep 1, 2023

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Aug 28, 2023

Check for non used kwargs in mapdl.run.

Close #2273

@github-actions github-actions bot added Enhancement Improve any current implemented feature New Feature Request or proposal for a new feature labels Aug 28, 2023
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #2276 (8b92dfe) into main (e3885fb) will increase coverage by 1.31%.
Report is 107 commits behind head on main.
The diff coverage is 92.44%.

@@            Coverage Diff             @@
##             main    #2276      +/-   ##
==========================================
+ Coverage   86.39%   87.71%   +1.31%     
==========================================
  Files          45       45              
  Lines        7977     8417     +440     
==========================================
+ Hits         6892     7383     +491     
+ Misses       1085     1034      -51     

@germa89 germa89 self-assigned this Aug 29, 2023
@germa89 germa89 removed the New Feature Request or proposal for a new feature label Aug 29, 2023
@germa89 germa89 enabled auto-merge (squash) August 29, 2023 18:04
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
src/ansys/mapdl/core/mapdl.py Show resolved Hide resolved
@germa89 germa89 enabled auto-merge (squash) September 1, 2023 12:11
@germa89 germa89 merged commit c65d966 into main Sep 1, 2023
22 checks passed
@germa89 germa89 deleted the feat/check-kwargs-in-mapdl.run branch September 1, 2023 12:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mapdl.cdwrite(options = 'DB', fname = saveName, ext = 'cdb')
4 participants