string_to_boolean#

protopipe.benchmarks.string_to_boolean(variables)[source]#

Convert True/False strings to booleans.

Useful in case a specific use of the CLI doesn’t allow to read booleans as booleans.

Parameters
variables: list of str

Variables to check.