Skip to content

Commit a14e987

Browse files
committed
there is an object at 0,0, so have to look away
1 parent 0ac3691 commit a14e987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/simbad/tests/test_simbad_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_query_region_null(self):
136136
# Special case of null test: very small region
137137
def test_query_small_region_null(self):
138138
result = simbad.core.Simbad.query_region(
139-
coord.SkyCoord("00h00m0.0s 00h00m0.0s"), radius=1.0 * u.marcsec,
139+
coord.SkyCoord("00h01m0.0s 00h00m0.0s"), radius=1.0 * u.marcsec,
140140
equinox=2000.0, epoch='J2000')
141141
assert result is None
142142

0 commit comments

Comments
 (0)