Skip to content

[config] nested runs #296

@tristan-f-r

Description

@tristan-f-r

Currently, runs are specified per-algorithm as so:

run1:
  a: 5
  b: 6
run2:
  a: 4
  b: 5

Instead, we should organize this to be nested inside runs for better compatibility with keys we may add to algorithm (e.g. include) in the future.

runs:
  run1:
    a: 5
    b: 6
  run2:
    a: 4
    b: 5

This has parsing (no extraneous key support) and readability benefits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestrefactorChanges that don't actually improve anything except for code quality.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions