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 Oct 30, 2023
1 parent 99e160c commit 8ea6ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/spaemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def get_path(
target directory
rel_path
Path within ``output_dir``
Returns
-------
Path of the output file
Expand Down
1 change: 1 addition & 0 deletions src/spaemis/input_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def load(self, variable_id: str, source_id: str) -> xr.Dataset:
Variable identifier
source_id
Source identifier
Returns
-------
All of the available data for the given variable and source identifiers
Expand Down
1 change: 1 addition & 0 deletions src/spaemis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def covers(dataarray: xr.DataArray, dim: str, value: float) -> bool:
Check if a dimension of a DataArray can be interpolated for a given value
If this check fails an extrapolation will be required
Parameters
----------
dataarray
Expand Down

0 comments on commit 8ea6ca2

Please sign in to comment.