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 d0e87e2 commit 4b882caCopy full SHA for 4b882ca
astroquery/alma/tests/test_alma_remote.py
@@ -687,11 +687,11 @@ def test_big_download_regression(dataarchive_url):
687
Regression test for #2020/#2021 - this download fails if logging tries to
688
load the whole data file into memory.
689
"""
690
- result = Alma.query({'project_code':'2013.1.01365.S'})
+ result = Alma.query({'project_code': '2013.1.01365.S'})
691
uids = np.unique(result['member_ous_uid'])
692
files = Alma.get_data_info(uids)
693
694
- #we may need to change the cache dir for this to work on testing machines?
+ # we may need to change the cache dir for this to work on testing machines?
695
# savedir='/big/data/path/'
696
# Alma.cache_dir=savedir
697
0 commit comments