Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 13, 2024
1 parent 7740df8 commit dc3e5af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion atlite/datasets/era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,9 @@ def retrieve_data(product, chunks=None, tmpdir=None, lock=None, **updates):
return ds


def get_data(cutout, feature, tmpdir, lock=None, monthly_requests=False, **creation_parameters):
def get_data(
cutout, feature, tmpdir, lock=None, monthly_requests=False, **creation_parameters
):
"""
Retrieve data from ECMWFs ERA5 dataset (via CDS).
Expand Down
4 changes: 3 additions & 1 deletion atlite/datasets/sarah.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ def hourly_mean(ds):
return ds


def get_data(cutout, feature, tmpdir, lock=None, monthly_requests=False, **creation_parameters):
def get_data(
cutout, feature, tmpdir, lock=None, monthly_requests=False, **creation_parameters
):
"""
Load stored SARAH data and reformat to matching the given cutout.
Expand Down

0 comments on commit dc3e5af

Please sign in to comment.