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 488edfe commit 60cc19dCopy full SHA for 60cc19d
astroquery/mast/tests/test_mast_remote.py
@@ -812,6 +812,9 @@ def test_observations_get_cloud_uris_list_input(self):
812
's3://stpubdata/panstarrs/ps1/public/rings.v3.skycell/1334/061/rings.v3.skycell.1334.'
813
'061.stk.r.unconv.exp.fits']
814
815
+ # enable access to public AWS S3 bucket
816
+ Observations.enable_cloud_dataset()
817
+
818
# list of URI strings as input
819
uris = Observations.get_cloud_uris(uri_list)
820
assert len(uris) > 0, f'Products for URI list {uri_list} were not found in the cloud.'
0 commit comments