vsoch / gridtest

grid parameters and testing for Python modules and functions
https://vsoch.github.io/gridtest/
Mozilla Public License 2.0
2 stars 1 forks source link

add variables section #17

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

We need a way to specify a variable that is used across grids and tests. it should be a section like:

  # Variables can be used for grids or tests. The namespace is shared, variables looked for first.
  variables:

    generate_m:
      min: 0
      max: 2.0
      by: 0.1

    generate_N:
      min: 0
      max: 2.0
      by: 0.1
vsoch commented 4 years ago

This is going to be represented under grids, to simplify things.