Skip to content

Commit ac6718b

Browse files
committed
rm isel
1 parent d131030 commit ac6718b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/mara_join.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Create a DataFusion context and register the datasets as tables.
3131
ctx = xql.XarrayContext()
3232
ctx.from_dataset(
33-
'era5', ds.isel(time=8736 * 2), chunks=dict(latitude=12, longitude=12)
33+
'era5', ds, chunks=dict(latitude=12, longitude=12)
3434
)
3535
ctx.from_pandas(
3636
pd.read_feather(

0 commit comments

Comments
 (0)