Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Parameter combination logic #92

@gaow

Description

@gaow

By default we adopt Cartesian product logic when combining parameters. This behavior can be adjusted either grouping parameters together:

n_df: (100,2), (1000, 4)

Or apply @FILTER:

n: 100, 1000
df: 2, 4
@FILTER: (n = 100 and df = 2) or (n = 1000 and df = 4)

A proposed syntax is:

(n, df): (100, 2), (1000, 4)

I will implement this behavior if deemed reasonable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions