Skip to content

Commit 4358762

Browse files
keewismax-sixty
authored andcommitted
Tests for module-level functions with units (#3493)
* add tests for replication functions * add tests for `xarray.dot` * add tests for apply_ufunc * explicitly set the test ids to repr * add tests for align * cover a bit more of align * add tests for broadcast * black changed how tuple unpacking should look like * correct the xfail message for full_like tests * add tests for where * add tests for concat * add tests for combine_by_coords * fix a bug in convert_units * convert the align results to the same units * rename the combine_by_coords test * convert the units for expected in combine_by_coords * add tests for combine_nested * add tests for merge with datasets * only use three datasets for merging * add tests for merge with dataarrays * update whats-new.rst
1 parent eece079 commit 4358762

File tree

2 files changed

+865
-9
lines changed

2 files changed

+865
-9
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ Internal Changes
118118
~~~~~~~~~~~~~~~~
119119

120120
- Added integration tests against `pint <https://pint.readthedocs.io/>`_.
121-
(:pull:`3238`, :pull:`3447`, :pull:`3508`) by `Justus Magin <https://github.com/keewis>`_.
121+
(:pull:`3238`, :pull:`3447`, :pull:`3493`, :pull:`3508`)
122+
by `Justus Magin <https://github.com/keewis>`_.
122123

123124
.. note::
124125

0 commit comments

Comments
 (0)