Skip to content

Commit 84808bc

Browse files
nkphysicsceb8
authored andcommitted
Updated doctests for heasarc to ignore_output to an example with inconsistent query results in docs
1 parent 20be1ef commit 84808bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/heasarc/heasarc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ tables listing the most recent INTEGRAL data.
263263
>>> table = heasarc.query_object('Crab', mission='integral_rev3_scw',
264264
... radius='361 degree', time="2022-12-01 .. 2022-12-31",
265265
... sortvar='START_DATE', resultmax=100000)
266-
>>> table.pprint()
266+
>>> table.pprint() # doctest: +IGNORE_OUTPUT
267267
SCW_ID SCW_VER SCW_TYPE ... GOOD_OMC DSIZE SEARCH_OFFSET_
268268
------------ ------- -------- ... -------- --------- -----------------
269269
258300400010 001 POINTING ... 0 123494400 5199.027 (CRAB)\n

0 commit comments

Comments
 (0)