Skip to content

Commit 3c9ee7a

Browse files
committed
fix isort errors
1 parent e1b1465 commit 3c9ee7a

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

PyStemmusScope/global_data/cams_co2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import xarray as xr
77
from PyStemmusScope.global_data import utils
88

9+
910
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011
dask.config.set(**{'array.slicing.split_large_chunks': True}) # type: ignore
1112

PyStemmusScope/global_data/cci_landcover.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import xarray as xr
88
from PyStemmusScope.global_data import utils
99

10+
1011
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1112
dask.config.set(**{'array.slicing.split_large_chunks': True}) # type: ignore
1213

PyStemmusScope/global_data/copernicus_lai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import xarray as xr
77
from PyStemmusScope.global_data import utils
88

9+
910
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011
dask.config.set(**{'array.slicing.split_large_chunks': True}) # type: ignore
1112

PyStemmusScope/global_data/era5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import xarray as xr
99
from PyStemmusScope.global_data import utils
1010

11+
1112
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1213
dask.config.set(**{'array.slicing.split_large_chunks': True}) # type: ignore
1314

PyStemmusScope/global_data/eth_canopy_height.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import xarray as xr
77
from PyStemmusScope.global_data import utils
88

9+
910
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011
dask.config.set(**{'array.slicing.split_large_chunks': True}) # type: ignore
1112

PyStemmusScope/global_data/prism_dem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import xarray as xr
77
from PyStemmusScope.global_data import utils
88

9+
910
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
1011
dask.config.set(**{'array.slicing.split_large_chunks': True}) # type: ignore
1112

PyStemmusScope/global_data/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import numpy as np
55
import xarray as xr
66

7+
78
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
89
dask.config.set(**{'array.slicing.split_large_chunks': True}) # type: ignore
910

0 commit comments

Comments
 (0)