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 Nov 29, 2023
1 parent 2747602 commit 958b0e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xscen/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,9 @@ def search_data_catalogs(

@parse_config
def get_warming_level(
realization: Union[xr.Dataset, xr.DataArray, dict, pd.Series, pd.DataFrame, str, list],
realization: Union[
xr.Dataset, xr.DataArray, dict, pd.Series, pd.DataFrame, str, list
],
wl: float,
*,
window: int = 20,
Expand Down

0 comments on commit 958b0e0

Please sign in to comment.