Skip to content

Commit 33fbaa5

Browse files
committed
object at 0,0 even affects r=0d
1 parent a14e987 commit 33fbaa5

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
@@ -129,7 +129,7 @@ def test_query_objects_null(self):
129129
# Special case of null test: zero-sized region
130130
def test_query_region_null(self):
131131
result = simbad.core.Simbad.query_region(
132-
coord.SkyCoord("00h00m0.0s 00h00m0.0s"), radius="0d",
132+
coord.SkyCoord("00h01m0.0s 00h00m0.0s"), radius="0d",
133133
equinox=2000.0, epoch='J2000')
134134
assert result is None
135135

0 commit comments

Comments
 (0)