Skip to content
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

Update parameters.rst #298

Merged
merged 4 commits into from
Jul 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ Defining multiple parameters in the parameter block will share a 1:1 mapping. Ma

* ...

Maestro does not do any additional operations on parameters such as cross products. If more complex methodologies are required to define parameters then the use of Maestro's :ref:`pgen_section` is recommended.
Maestro does not do any additional operations on parameters such as Cartesian products. If more complex methodologies are required to define parameters then the use of Maestro's :ref:`pgen_section` is recommended.

.. note
FrankD412 marked this conversation as resolved.
Show resolved Hide resolved
Even when using the pgen functionality from the command line, Maestro will still initially verify that the provided specification is valid as if it planned to use it entirely (without pgen). If you are using the ``global.parameters`` block solely as documentation, we recommend that you comment out the ``global.parameters`` block. This lets the validator ignore it.

Defined parameters can be used in steps directly:

Expand Down