-
-
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.
Optimize isel for lazy array equality checking (#3588)
* Add some xfailed tests. * Only xfail failing tests. * Add DataArray.rename_dims, DataArray.rename_vars * Update tests. * Fix isel. Tests pass. * todos * All tests pass. * Add comments. * wip * cleanup * Revert "Add DataArray.rename_dims, DataArray.rename_vars" This reverts commit 61b7334. * more tests * Add comment * Add optimization to DaskIndexingAdapter * Update xarray/core/variable.py Co-Authored-By: crusaderky <[email protected]> * minor. Co-authored-by: crusaderky <[email protected]>
- Loading branch information
1 parent
5e41b60
commit f468a06
Showing
3 changed files
with
77 additions
and
2 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