Skip to content

Commit e70512b

Browse files
committed
Remove outdated docstring
1 parent ab496f9 commit e70512b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/dataset.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ This type is an
77
[`DimensionalData.AbstractDimStack`](https://rafaqz.github.io/DimensionalData.jl/stable/stacks)
88
that implements the same interface as `DimensionalData.DimStack` and has identical usage.
99
10-
When a `Dataset` is passed to Python, it is converted to an `xarray.Dataset` without copying
11-
the data. That is, the Python object shares the same memory as the Julia object. However,
12-
if an `xarray.Dataset` is passed to Julia, its data must be copied.
13-
1410
# Constructors
1511
1612
Dataset(data::DimensionalData.AbstractDimArray...)

0 commit comments

Comments
 (0)