Skip to content

Commit 98f3b50

Browse files
committed
Add some basic tests (and get them passing)
1 parent 228e4a0 commit 98f3b50

File tree

4 files changed

+331
-96
lines changed

4 files changed

+331
-96
lines changed

xarray/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .core.alignment import align, broadcast, broadcast_arrays
22
from .core.combine import concat, auto_combine
3+
from .core.computation import apply_ufunc
34
from .core.extensions import (register_dataarray_accessor,
45
register_dataset_accessor)
56
from .core.variable import Variable, Coordinate

0 commit comments

Comments
 (0)