Skip to content

Commit 667d254

Browse files
davidgltbsipocz
authored andcommitted
delete "# doctest: +SKIP" from get_obs_products tests when they use the product_type attribute
1 parent 89c7d3b commit 667d254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/esa/jwst/jwst.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ than get_product_list, it also supports product_type parameter as string or list
283283

284284
>>> from astroquery.esa.jwst import Jwst
285285
>>> observation_id = 'jw01122001001_0210r_00001_nrs2'
286-
>>> results = Jwst.get_obs_products(observation_id=observation_id, cal_level=2, product_type='science') # doctest: +SKIP
286+
>>> results = Jwst.get_obs_products(observation_id=observation_id, cal_level=2, product_type='science')
287287

288288

289289
Here product_type as list:
@@ -292,7 +292,7 @@ Here product_type as list:
292292

293293
>>> from astroquery.esa.jwst import Jwst
294294
>>> observation_id = 'jw01122001001_0210r_00001_nrs2'
295-
>>> results = Jwst.get_obs_products(observation_id=observation_id, cal_level=2, product_type=['science', 'preview']) # doctest: +SKIP
295+
>>> results = Jwst.get_obs_products(observation_id=observation_id, cal_level=2, product_type=['science', 'preview'])
296296

297297
A temporary directory is created with the files and a list of the them is provided.
298298

0 commit comments

Comments
 (0)