8000 tests for datasets with units (#3447) · pydata/xarray@ffc3275 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ffc3275

Browse files
keewismax-sixty
authored andcommitted
tests for datasets with units (#3447)
* start writing the tests for dataset * add tests for initializing Datasets * add tests for aggregation methods / functions * add tests for the ndarray methods / properties * add tests for missing value handling methods * add tests for comparison methods * add tests for reordering / stacking the test for to_stacked_array seems a bit brittle * add tests for indexing methods * remove the commented out xfail on Dataset.squeeze * add tests for head, tail and thin * add tests for the computation methods * add tests for grouped operations * add tests for the content manipulation methods * fix reindex_like to actually expect errors where appropriate * use DataArray.copy to replicate a DataArray with different data * add tests for repr / str * remove the comment about moving the merge tests * construct a new data array instead of using `copy` which in combination with `assign_coords` make preserving `MultiIndex` instances much more complicated. * update whats-new.rst
1 parent 37e5ae7 commit ffc3275

File tree

2 files changed

+1740
-6
lines changed

2 files changed

+1740
-6
lines changed

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Internal Changes
104104
~~~~~~~~~~~~~~~~
105105

106106
- Added integration tests against `pint <https://pint.readthedocs.io/>`_.
107-
(:pull:`3238`) by `Justus Magin <https://github.com/keewis>`_.
107+
(:pull:`3238`, :pull:`3447`) by `Justus Magin <https://github.com/keewis>`_.
108108

109109
.. note::
110110

0 commit comments

Comments
 (0)
0