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

start of work to add grid-functions, needs testing still #15

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

This is start of work to address #13. I ran into this issue because I realized that common scientific use cases would want to generate arrays of items to run for the tests, and the simple (flat) grid definition needed to be able to take a function that itself is parameterized.

Signed-off-by: vsoch vsochat@stanford.edu