Skip to content

Commit 175675d

Browse files
committed
comment out old exercise
1 parent 693a6c3 commit 175675d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/notebooks/astropy-coordinates/3-Coordinates-Velocities.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@
806806
"metadata": {},
807807
"outputs": [],
808808
"source": [
809-
"ngc188_pm = np.sqrt(table['pmra']**2 + table['pmdec']**2)\n",
810-
"((ngc188_pm * 60*u.year) > 5*u.arcsec).sum()"
809+
"# ngc188_pm = np.sqrt(table['pmra']**2 + table['pmdec']**2)\n",
810+
"# ((ngc188_pm * 60*u.year) > 5*u.arcsec).sum()"
811811
]
812812
},
813813
{

0 commit comments

Comments
 (0)