We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c3dc commit 5505f7fCopy full SHA for 5505f7f
astroquery/mast/tests/test_mast.py
@@ -302,7 +302,7 @@ def test_mast_service_request(patch_post):
302
def test_resolve_object(patch_post):
303
m103_loc = mast.Mast.resolve_object("M103")
304
print(m103_loc)
305
- assert m103_loc.separation(SkyCoord("23.34086 60.658", unit='deg')).value == 0
+ assert round(m103_loc.separation(SkyCoord("23.34086 60.658", unit='deg')).value, 10) == 0
306
307
308
def test_login_logout(patch_post):
0 commit comments