-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* get fillna tests to pass * get the _getitem_with_mask tests to pass * silence the behavior change warning of pint * don't use 0 as fill value since that has special behaviour * use concat as a class method * use np.pad after trimming instead of concatenating a filled array * rewrite the concat test to pass appropriate arrays * use da.pad when dealing with dask arrays * mark the failing pad tests as xfail when on a current pint version * update whats-new.rst * fix the import order * test using pint master * fix the install command * reimplement the pad test to really work with units * use np.logical_not instead * use duck_array_ops to provide pad * add comments explaining the order of the arguments to where * mark the flipped parameter changes with a todo * skip the identical tests * remove the warnings filter
- Loading branch information
Showing
5 changed files
with
89 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters