11 lines
375 B
Markdown
11 lines
375 B
Markdown
## add parameter
|
|
- add it to ```utils.parameters```
|
|
- add it to README.md
|
|
- add the necessary Rules in ```utils.parameters```
|
|
- optional : add a default value
|
|
- optional : add to valid_variable
|
|
- optional : add to mandatory_parameters
|
|
|
|
## complicated Rule conditions
|
|
- add the desired parameters to the init of the operator
|
|
- raise OperatorError if the conditions are not met |