Skip to content

Commit 70dd42f

Browse files
committed
Cutting back comment to make linter happy
1 parent 41c2cab commit 70dd42f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

astroquery/imcce/tests/test_miriade.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ def patch_request(request):
4040

4141
# --------------------------------- actual test functions
4242

43-
# Older astropy versions issues UnitsWarnings for "u.au", we need to ignore those here. Revisit when we drop __version__ 5.0
44-
# WARNING: UnitsWarning: The unit 'au' has been deprecated in the VOUnit standard. Suggested: 1.4959787e+11m. [astropy.units.format.utils]
43+
# Older astropy versions issues UnitsWarnings for "u.au", we need to ignore those here.
44+
# Revisit when we drop __version__ 5.0
45+
#
46+
# WARNING: UnitsWarning: The unit 'au' has been deprecated in the VOUnit standard....
4547

4648
@pytest.mark.filterwarnings("ignore::astropy.units.UnitsWarning")
4749
def test_spherical_coordinates(patch_request):

0 commit comments

Comments
 (0)