-
Notifications
You must be signed in to change notification settings - Fork 139
feat: add SECP command to PLOT_COMMANDS list #4129
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
Conversation
Reviewer's GuideThis PR updates the core API’s command registry by including the new SECP command in the PLOT_COMMANDS list, enabling section plotting functionality. Class diagram for updated PLOT_COMMANDS listclassDiagram
class mapdl_core {
+PLOT_COMMANDS: List[str]
+MAX_COMMAND_LENGTH: int
}
note for mapdl_core "PLOT_COMMANDS now includes 'SECP' for section plotting."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Pull Request Overview
This PR adds the SECP command to the PLOT_COMMANDS list in the PyMAPDL core module, enabling SECP to be recognized as a plotting command within the framework.
- Adds "SECP" to the PLOT_COMMANDS list for proper command categorization
- Maintains alphabetical ordering within the existing command list structure
@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.
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4129 +/- ##
==========================================
+ Coverage 91.11% 91.29% +0.17%
==========================================
Files 189 189
Lines 15650 15650
==========================================
+ Hits 14260 14287 +27
+ Misses 1390 1363 -27 🚀 New features to boost your workflow:
|
Description
As the title.
Issue linked
Related to #4127
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)Summary by Sourcery
New Features: