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

Fix pint integration tests #3600

Merged
merged 32 commits into from
Dec 9, 2019
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
168eca7
don't use the index to construct the condition array
keewis Dec 4, 2019
b280a68
use drop_vars to drop variables and coordinates
keewis Dec 4, 2019
dece383
update the xfail reason for astype and item
keewis Dec 4, 2019
cd42e69
remove the xfails due to np.result_type not being implemented
keewis Dec 4, 2019
c8d4a9b
make array_extract_units a bit more robust
keewis Dec 4, 2019
fa67d67
add the missing dataset apply_ufunc test
keewis Dec 4, 2019
cd155fe
use None as the dict key for quantities
keewis Dec 4, 2019
2a1df47
convert to variable to avoid the merge / assign_coords issue
keewis Dec 4, 2019
cd6f6e7
update the align tests
keewis Dec 4, 2019
54dc98d
fix the bugs introduced by converting to variables
keewis Dec 4, 2019
d220eb0
update a few more tests
keewis Dec 4, 2019
c95effb
update the aggregation tests
keewis Dec 4, 2019
21410e5
update a few more tests
keewis Dec 5, 2019
19b0526
don't test rank which was deprecated in numpy 1.9
keewis Dec 5, 2019
ea1cd23
update the DataArray.fillna tests
keewis Dec 5, 2019
7bd4dcb
update most of the remaining DataArray tests
keewis Dec 6, 2019
916abce
remove a debug assert
keewis Dec 7, 2019
3a34d57
fix the broadcast_equals tests
keewis Dec 7, 2019
f64ce94
update the indexing tests
keewis Dec 7, 2019
19fe540
update the tests depending on einsum
keewis Dec 7, 2019
7b19089
update the squeeze tests
keewis Dec 7, 2019
2503825
fix a bug in the head / tail / thin test design
keewis Dec 7, 2019
ac5797e
use dictionaries to index in the loc tests
keewis Dec 7, 2019
ad76104
update the expected unit of the computation tests
keewis Dec 7, 2019
179176c
update the grouped operations tests
keewis Dec 7, 2019
400df4e
update the where tests
keewis Dec 7, 2019
4702ac7
update most of the remaining dataset tests
keewis Dec 8, 2019
6bbd1cf
create new tests for drop_sel
keewis Dec 8, 2019
1a2de05
final batch of updated tests
keewis Dec 8, 2019
1e192c3
rename result to actual to match the other test files
keewis Dec 8, 2019
5445130
fix some more test bugs
keewis Dec 8, 2019
c926d58
update the xfail marks
keewis Dec 8, 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
Loading