Description
set_param_xml does not check that the specified value falls inside the pre-defined range (min-max) for the given parameter
Expected behavior
If the value is outside the range, a warning should be issued.
Current behavior
Currently, nothing happens.
Proposed solution (optional)
Compare the specified value with the min-max range in inputs.csv, and issue a warning if necessary.
Description
set_param_xmldoes not check that the specified value falls inside the pre-defined range (min-max) for the given parameterExpected behavior
If the value is outside the range, a warning should be issued.
Current behavior
Currently, nothing happens.
Proposed solution (optional)
Compare the specified value with the min-max range in
inputs.csv, and issue a warning if necessary.