diff --git a/icepyx/core/query.py b/icepyx/core/query.py index 46433a13..4d0d3015 100644 --- a/icepyx/core/query.py +++ b/icepyx/core/query.py @@ -753,9 +753,7 @@ def granules(self) -> Granules: Examples -------- - >>> reg_a = ipx.Query('ATL06',[-55, 68, -48, - 71],['2019-02-20','2019-02-28']) # - +SKIP + >>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28']) # +SKIP >>> reg_a.granules # doctest: +SKIP """