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 c21b57f commit 2c2fed7Copy full SHA for 2c2fed7
sbpy/data/orbit.py
@@ -151,7 +151,7 @@ def from_dastcom5(cls, name):
151
Examples
152
--------
153
>>> from sbpy.data import Orbit
154
- >>> orb = Orbit.from_dastcom5('atira')
+ >>> orb = Orbit.from_dastcom5('atira') # doctest: +SKIP
155
156
"""
157
dastcom5_dir = os.path.join(utils.dastcom5.SBPY_LOCAL_PATH, "dastcom5")
0 commit comments