-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowing brackets and spaces in parameters name (#1052)
* Fixing array indexing issue. * Improving unit tests * Adding % and improving unit tests * Fixing tests * Improving comments * Improving indexing detection during parameter name check. Adding parameter name check to mapdl.dim * Improving parameter retrieving * Adding unit tests. Moving unit tests from mapdl to parameters. * Added documentation Added context manager for full output (PARMS, _PARMS, PARMS_) Added parameter name check when using parameters.__setitem__ * Adding parameters.__setitem__ to tests. * fixing parameter name in context manager. * Fixing unit tests * Fixing codacity warnings.
- Loading branch information
Showing
4 changed files
with
320 additions
and
191 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
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
Oops, something went wrong.