Skip to content

Default values for parameters not used if parameter block is missing for any analysis method. #27

@wwarriner

Description

@wwarriner

If the user submits a config file that requests a given analysis via "user_needs" but the parameter value block for that analysis is missing, default values are not used. This probably occurs because a missing parameter block is accessed, leading to an error thrown.

A solution would be to check for existence of the parameter block first, and if it is missing throw a more meaningful error. We want these blocks to always be there even if they are empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions