Skip to content

Commit bb3b7f9

Browse files
committed
make linter happy
1 parent 6a08b92 commit bb3b7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyStemmusScope/forcing_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def read_forcing_data_global( # noqa:PLR0913 (too many arguments)
132132
Dictionary containing the forcing data.
133133
"""
134134
# see https://docs.dask.org/en/latest/array-slicing.html#efficiency
135-
with dask.config.set(**{"array.slicing.split_large_chunks": True}): # type: ignore
135+
with dask.config.set(**{"array.slicing.split_large_chunks": True}): # type: ignore
136136
return global_data.collect_datasets(
137137
global_data_dir=global_data_dir,
138138
latlon=(lat, lon),

0 commit comments

Comments
 (0)