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 196486e commit 8480c24Copy full SHA for 8480c24
astroquery/alma/tests/test_alma_remote.py
@@ -61,7 +61,7 @@ def test_doc_example(self, temp_dir):
61
gc_data = alma.query_region(galactic_center, 1*u.deg)
62
63
uids = np.unique(m83_data['Asdm_uid'])
64
- assert 'uid://A002/X3b3400/X90f' in uids
+ assert b'uid://A002/X3b3400/X90f' in uids
65
66
link_list = alma.stage_data(uids[0:2])
67
totalsize = alma.data_size(link_list)
0 commit comments