Skip to content

add a check in set_param_xml that the specified value is inside the pre-defined range #276

@timflutre

Description

@timflutre

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions