-
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.
fix: avoid verbose grpc interface when solving (#3608)
* fix: avoid gRPC logging when solving. * fix: remove all calls to set_verb. * feat: running verify at connect * fix: detecting comments as parameters sets when they have =. * chore: adding changelog file 3608.fixed.md [dependabot-skip] * chore: adding changelog file 3608.fixed.md [dependabot-skip] * feat: making sure we are running /verify in no routine. * feat: running /verify if using 'mapdl._ctr('set_verb',0)' * tests: adding test for checking we are using /verify * tests: making sure the /verify is executed properly after finish --------- Co-authored-by: pyansys-ci-bot <[email protected]>
- Loading branch information
1 parent
afad43e
commit 27c6ec9
Showing
5 changed files
with
23 additions
and
8 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 @@ | ||
fix: avoid verbose grpc interface when solving |
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