Skip to content

Commit 4b882ca

Browse files
committed
pep8
1 parent d0e87e2 commit 4b882ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,11 +687,11 @@ def test_big_download_regression(dataarchive_url):
687687
Regression test for #2020/#2021 - this download fails if logging tries to
688688
load the whole data file into memory.
689689
"""
690-
result = Alma.query({'project_code':'2013.1.01365.S'})
690+
result = Alma.query({'project_code': '2013.1.01365.S'})
691691
uids = np.unique(result['member_ous_uid'])
692692
files = Alma.get_data_info(uids)
693693

694-
#we may need to change the cache dir for this to work on testing machines?
694+
# we may need to change the cache dir for this to work on testing machines?
695695
# savedir='/big/data/path/'
696696
# Alma.cache_dir=savedir
697697

0 commit comments

Comments
 (0)