Skip to content

Conversation

@jjotero
Copy link
Contributor

@jjotero jjotero commented Jan 29, 2021

On its current state, the parameters are specified in a class as

class Test(rfm.RegressionTest):
    parameter('P0', 1, 2, 3 , 4, 5)

This PR will change the parameter definition to

class Test(rfm.RegressionTest):
    parameter('P0', [1, 2, 3 , 4, 5])

Copy link
Contributor

@vkarak vkarak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vkarak vkarak changed the title [bugfix] Specify parameter values with a list [bugfix] Fix parameter value specification in the parameter() directive Jan 31, 2021
@vkarak vkarak merged commit 7daa11c into reframe-hpc:master Jan 31, 2021
@jjotero jjotero deleted the feat/fix-param-values branch February 10, 2021 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants