Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for module-level functions with units #3493

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7bc2105
add tests for replication functions
keewis Nov 7, 2019
007ad7b
add tests for `xarray.dot`
keewis Nov 7, 2019
4f6daf2
Merge branch 'master' into tests-for-toplevel-functions-with-units
keewis Nov 7, 2019
c1407e2
add tests for apply_ufunc
keewis Nov 7, 2019
a21c872
explicitly set the test ids to repr
keewis Nov 7, 2019
9abb729
add tests for align
keewis Nov 7, 2019
4664630
cover a bit more of align
keewis Nov 8, 2019
3ecdb35
add tests for broadcast
keewis Nov 8, 2019
cf75525
black changed how tuple unpacking should look like
keewis Nov 8, 2019
b79d961
correct the xfail message for full_like tests
keewis Nov 8, 2019
6b6729e
add tests for where
keewis Nov 8, 2019
93b003c
add tests for concat
keewis Nov 8, 2019
f8351ec
add tests for combine_by_coords
keewis Nov 8, 2019
a1cecdc
Merge branch 'master' into tests-for-toplevel-functions-with-units
keewis Nov 9, 2019
eb8fe4e
fix a bug in convert_units
keewis Nov 9, 2019
f9f727e
convert the align results to the same units
keewis Nov 9, 2019
3d0dfb1
rename the combine_by_coords test
keewis Nov 9, 2019
2e426a3
convert the units for expected in combine_by_coords
keewis Nov 9, 2019
341ffbc
add tests for combine_nested
keewis Nov 9, 2019
a474203
add tests for merge with datasets
keewis Nov 9, 2019
61627f0
only use three datasets for merging
keewis Nov 10, 2019
d989ae8
add tests for merge with dataarrays
keewis Nov 10, 2019
c1d8e92
update whats-new.rst
keewis Nov 10, 2019
2c6e604
Merge branch 'master' into tests-for-toplevel-functions-with-units
keewis Nov 10, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ Internal Changes
~~~~~~~~~~~~~~~~

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

.. note::

Expand Down
Loading