File tree Expand file tree Collapse file tree
PyStemmusScope/global_data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import xarray as xr
77from PyStemmusScope .global_data import utils
88
9+
910# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011dask .config .set (** {'array.slicing.split_large_chunks' : True }) # type: ignore
1112
Original file line number Diff line number Diff line change 77import xarray as xr
88from PyStemmusScope .global_data import utils
99
10+
1011# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1112dask .config .set (** {'array.slicing.split_large_chunks' : True }) # type: ignore
1213
Original file line number Diff line number Diff line change 66import xarray as xr
77from PyStemmusScope .global_data import utils
88
9+
910# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011dask .config .set (** {'array.slicing.split_large_chunks' : True }) # type: ignore
1112
Original file line number Diff line number Diff line change 88import xarray as xr
99from PyStemmusScope .global_data import utils
1010
11+
1112# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1213dask .config .set (** {'array.slicing.split_large_chunks' : True }) # type: ignore
1314
Original file line number Diff line number Diff line change 66import xarray as xr
77from PyStemmusScope .global_data import utils
88
9+
910# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011dask .config .set (** {'array.slicing.split_large_chunks' : True }) # type: ignore
1112
Original file line number Diff line number Diff line change 66import xarray as xr
77from PyStemmusScope .global_data import utils
88
9+
910# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011dask .config .set (** {'array.slicing.split_large_chunks' : True }) # type: ignore
1112
Original file line number Diff line number Diff line change 44import numpy as np
55import xarray as xr
66
7+
78# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
89dask .config .set (** {'array.slicing.split_large_chunks' : True }) # type: ignore
910
You can’t perform that action at this time.
0 commit comments