A number of tests -- among which the tests for the convention logic -- currently rely on the sample data provided by pooch.
This is hardly ideal, theoretically (not enough isolation) and also practically: the minimal test suite doesn't include netCDF4, so those conventions tests are skipped for now (via @requires_netCDF4).
For the conventions, it's simple: just create a dataset with dummy variables that matches the pooch dataset otherwise in terms of attrs, coords, etc.
A number of tests -- among which the tests for the convention logic -- currently rely on the sample data provided by pooch.
This is hardly ideal, theoretically (not enough isolation) and also practically: the minimal test suite doesn't include netCDF4, so those conventions tests are skipped for now (via
@requires_netCDF4).For the conventions, it's simple: just create a dataset with dummy variables that matches the pooch dataset otherwise in terms of attrs, coords, etc.