ContinuumIO / xarray_filters

A Pipeline approach to chaining common xarray data structure conversions
3 stars 10 forks source link

xarray_filters: [TODO: one-line description]

[TODO: description]

Testing

Testing the codebase under your active conda environment can be done simply by running pytest at the top level directory.

If you want to run the test suite for all the environments we need to support, run the script run_tests.py.

If you want to create more environments to be tested with run_tests.py, just create another conda environment spec file that matches the pattern environment*.yml.