Skip to content

Commit e970485

Browse files
authored
Skip the doctest for load_earth_vertical_gravity_gradient (#2444)
1 parent cf95e5a commit e970485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pygmt/datasets/earth_vertical_gravity_gradient.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
from pygmt.datasets.load_remote_dataset import _load_remote_dataset
88
from pygmt.helpers import kwargs_to_strings
99

10+
__doctest_skip__ = ["load_earth_vertical_gravity_gradient"]
11+
1012

1113
@kwargs_to_strings(region="sequence")
1214
def load_earth_vertical_gravity_gradient(

0 commit comments

Comments
 (0)