Skip to content

Commit

Permalink
fix isort errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Feb 2, 2024
1 parent e1b1465 commit 3c9ee7a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions PyStemmusScope/global_data/cams_co2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import xarray as xr
from PyStemmusScope.global_data import utils


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

Expand Down
1 change: 1 addition & 0 deletions PyStemmusScope/global_data/cci_landcover.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import xarray as xr
from PyStemmusScope.global_data import utils


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

Expand Down
1 change: 1 addition & 0 deletions PyStemmusScope/global_data/copernicus_lai.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import xarray as xr
from PyStemmusScope.global_data import utils


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

Expand Down
1 change: 1 addition & 0 deletions PyStemmusScope/global_data/era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import xarray as xr
from PyStemmusScope.global_data import utils


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

Expand Down
1 change: 1 addition & 0 deletions PyStemmusScope/global_data/eth_canopy_height.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import xarray as xr
from PyStemmusScope.global_data import utils


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

Expand Down
1 change: 1 addition & 0 deletions PyStemmusScope/global_data/prism_dem.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import xarray as xr
from PyStemmusScope.global_data import utils


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

Expand Down
1 change: 1 addition & 0 deletions PyStemmusScope/global_data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import numpy as np
import xarray as xr


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

Expand Down

0 comments on commit 3c9ee7a

Please sign in to comment.