-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: clean mapdl inprocess and move mute to MapdlCore (#3220)
* clean mapdl inprocess and move mute to MapdlCore * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Adding changelog entry: 3220.changed.md * rename backend to a more explicit name * chore: adding changelog file 3220.added.md * move _session_id use in mapdl_grpc * make _MapdlCore an abstract class with name being an abstract getter * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix name getter in mapdl_console * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rename arguments of mapdl_inprocess input to match those of mapdl_core * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add _name in mapdl_console and mapdl_grpc * mapdl_inprocess: rename dir to dir_ * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix format * remove use of abstract class * remove useless underscore * Update the image cache * codecov ignore mapdl_inprocess --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: German <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Gryfenfer97 <[email protected]>
- Loading branch information
1 parent
9922991
commit 1b82d34
Showing
5 changed files
with
58 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
refactor: clean mapdl inprocess and move mute to MapdlCore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters