From 98ce78db84b7852721de2b3b3ce0e3d46a57e6b3 Mon Sep 17 00:00:00 2001 From: himanshupathak21061998 Date: Thu, 28 Mar 2019 12:36:12 +0530 Subject: [PATCH] Comment for ctype removed --- astropy/wcs/tests/test_wcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astropy/wcs/tests/test_wcs.py b/astropy/wcs/tests/test_wcs.py index 8dd5a75ead07..321acb9c54f1 100644 --- a/astropy/wcs/tests/test_wcs.py +++ b/astropy/wcs/tests/test_wcs.py @@ -1190,7 +1190,7 @@ def test_cunit(): w1 = wcs.WCS(naxis=2) w2 = wcs.WCS(naxis=2) w3 = wcs.WCS(naxis=2) - # Initializing the values of cunit and ctype + # Initializing the values of cunit w1.wcs.cunit = ['deg', 'm/s'] w2.wcs.cunit = ['km/h', 'km/h'] w3.wcs.cunit = ['deg', 'm/s']