mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
b002505ac2
integer and boolen are defined in wlauto.utils.types; they perform more intuitive conversions from other types, particularly strings, so are more suitable than int and bool for parameters. If, for whatever reason, native types are in fact desired for a Parameter, this behavior can be supressed by specifying convert_types=False when defining the parameter.