Skip to content

Commit

Permalink
Comment for ctype removed
Browse files Browse the repository at this point in the history
  • Loading branch information
geekypathak21 committed Mar 28, 2019
1 parent 5233249 commit 98ce78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropy/wcs/tests/test_wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 98ce78d

Please sign in to comment.