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 6737967 commit 0ac3691Copy full SHA for 0ac3691
astroquery/alma/tests/test_alma_remote.py
@@ -66,7 +66,7 @@ def test_m83(self, temp_dir):
66
alma = Alma()
67
alma.cache_location = temp_dir
68
69
- result_s = alma.query_object('M83')
+ m83_data = alma.query_object('M83')
70
uids = np.unique(m83_data['Member ous id'])
71
link_list = Alma.stage_data(uids)
72
0 commit comments