forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align DataArrays based on coords in Dataset constructor (pydata#1826)
* Align da based on explicit coords * add tags to gitignore * random formatting spot * initial tests * apply the test to the right degree of freedom - the coords of the variable added in * couple more for gitignore * @stickler-ci doesn't like `range` * more tests * more gitignores * whats new * raise * message= * Add all testmon files to gitignore * cast single dim tuples to indexes * test on different dataset coords types * updated whatsnew * version from Stephan's feedback; works but not clean * I think much cleaner version * formatting
- Loading branch information
Showing
4 changed files
with
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ nosetests.xml | |
.ropeproject/ | ||
.tags* | ||
.testmon* | ||
.tmontmp/ | ||
.pytest_cache | ||
dask-worker-space/ | ||
|
||
|
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