Skip to content

Commit

Permalink
fix: increase timeout for shen-2018 moho fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Feb 22, 2024
1 parent fbefe40 commit 8d9e183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polartoolkit/fetch.py
Expand Up @@ -4033,6 +4033,7 @@ def preprocessing(fname: str, action: str, _pooch2: typing.Any) -> str:
known_hash=None,
progressbar=True,
processor=preprocessing,
downloader=pooch.HTTPDownloader(timeout=30),
)

grid = xr.load_dataarray(path)
Expand Down

0 comments on commit 8d9e183

Please sign in to comment.