Skip to content

Commit ccc89c2

Browse files
committed
fix style
1 parent 08b1a95 commit ccc89c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

astroquery/sdss/tests/test_sdss.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def data_path(filename):
127127
# List of all data releases.
128128
dr_list = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)
129129

130+
130131
# We are not testing queries for DR11 because it is not easily available to
131132
# query: "DR11 data are distributed primarily to provide reproducibility of
132133
# published results based on the DR11 data set. As such, not all data-access

astroquery/sdss/tests/test_sdss_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
from ... import sdss
1212
from ...exceptions import TimeoutError
1313

14-
dr_list = (8, 9, 10, 11, 12, 13, 14, 15, 16)
14+
# DR11 is a quasi-internal data release that does not have SkyServer support.
15+
dr_list = (8, 9, 10, 12, 13, 14, 15, 16)
1516

1617

1718
@pytest.mark.remote_data

0 commit comments

Comments
 (0)