Skip to content

Commit 15184d3

Browse files
committed
change the test data set to be a smaller one
1 parent 2bdb5e7 commit 15184d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ def test_retrieve_data(self, temp_dir, alma):
156156
"""
157157
alma.cache_location = temp_dir
158158

159-
uid = 'uid://A001/X12a3/Xe9'
159+
# small solar TP-only data set (<1 GB)
160+
uid = 'uid://A001/X87c/X572'
160161

161162
alma.retrieve_data_from_uid([uid])
162163

0 commit comments

Comments
 (0)