We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d697f4 commit f60d407Copy full SHA for f60d407
pygmt/datasets/load_remote_dataset.py
@@ -441,7 +441,7 @@ def _load_remote_dataset(
441
"returned unless only the pixel-registered grid is available."
442
)
443
444
- fname = f"@{prefix}_{resolution}_{registration[0]}"
+ fname = f"@{prefix}_{resolution}_{registration[0]}" # type: ignore[index]
445
if resinfo.tiled and region is None:
446
raise GMTInvalidInput(
447
f"'region' is required for {dataset.description} resolution '{resolution}'."
0 commit comments