Skip to content

Commit 2c2fed7

Browse files
committed
Skip the doc example in testing
1 parent c21b57f commit 2c2fed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbpy/data/orbit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def from_dastcom5(cls, name):
151151
Examples
152152
--------
153153
>>> from sbpy.data import Orbit
154-
>>> orb = Orbit.from_dastcom5('atira')
154+
>>> orb = Orbit.from_dastcom5('atira') # doctest: +SKIP
155155
156156
"""
157157
dastcom5_dir = os.path.join(utils.dastcom5.SBPY_LOCAL_PATH, "dastcom5")

0 commit comments

Comments
 (0)