Skip to content

Commit 5f60c09

Browse files
committed
Minor updates for DR17
1 parent 32c7543 commit 5f60c09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ sdss
133133
- ``query_region()`` now does a cone search around the specified
134134
coordinates. [#2477]
135135

136+
- The default data release has been changed to DR17. [#2478]
137+
138+
139+
136140
Infrastructure, Utility and Other Changes and Additions
137141
-------------------------------------------------------
138142

astroquery/sdss/tests/test_sdss_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ def test_large_crossid(self, large_results):
202202
# Regression test for #589
203203

204204
results = sdss.SDSS.query_crossid(large_results)
205-
assert len(results) == 894
205+
assert len(results) == 845

0 commit comments

Comments
 (0)