Ran
|
Jobs
8
|
Files
106
|
Run time
16min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Implement load_dataset() and load_dataarray() (#2917) * Partial fix for #2841 to improve formatting. Updates formatting to use .format() instead of % operator. Changed all instances of % to .format() and added test for using tuple as key, which errored using % operator. * Revert "Partial fix for #2841 to improve formatting." This reverts commit f17f3ad1a. * Implement load_dataset() and load_dataarray() BUG: Fixes #2887 by adding @shoyer solution for load_dataset and load_dataarray, wrappers around open_dataset and open_dataarray which open, load, and close the file and return the Dataset/DataArray TST: Add tests for sequentially opening and writing to files using new functions DOC: Add to whats-new.rst. Also a tiny change to the open_dataset docstring Update docstrings and check for cache in kwargs Undeprecate load_dataset Add to api.rst, fix whats-new.rst typo, raise error instead of warning
28698 of 29626 relevant lines covered (96.87%)
5.34 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 7176.1 (CONDA_ENV=py35-min) | 106 |
65.32 |
Travis Job 7176.1 | |
2 | 7176.2 (CONDA_ENV=py36) | 106 |
96.06 |
Travis Job 7176.2 | |
3 | 7176.3 (CONDA_ENV=py37) | 106 |
94.93 |
Travis Job 7176.3 | |
4 | 7176.4 (CONDA_ENV=py36-dask-dev) | 106 |
94.57 |
Travis Job 7176.4 | |
5 | 7176.5 (CONDA_ENV=py36-rasterio) | 106 |
93.17 |
Travis Job 7176.5 | |
7 | 7176.7 (CONDA_ENV=lint) | 0 | Travis Job 7176.7 | ||
8 | 7176.8 (CONDA_ENV=py36-hypothesis) | 0 | Travis Job 7176.8 | ||
11 | 7176.11 (CONDA_ENV=py36-zarr-dev) | 106 |
89.54 |
Travis Job 7176.11 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|