Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 71787d4

Browse files
committed
update to w_2021_40 and change to warnings
1 parent a18862a commit 71787d4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

08b_Interactive_Catalog_Visualization.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"<b><img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250, style=\"padding: 10px\"> \n",
88
"<p><p><p><p><p><p>\n",
99
"<b>Interactive Catalog Visualization</b> <br>\n",
10-
"Last verified to run on <b>2021-10-05</b> with LSST Science Pipelines release <b>w_2021_33</b> <br>\n",
10+
"Last verified to run on <b>2021-10-14</b> with LSST Science Pipelines release <b>w_2021_40</b> <br>\n",
1111
"Contact authors: Leanne Guy <br>\n",
1212
"Target audience: All DP0 delegates. <br>\n",
1313
"Minimum Container Size: medium <br>\n",
@@ -125,7 +125,8 @@
125125
"source": [
126126
"# Ignore warnings\n",
127127
"import warnings\n",
128-
"warnings.simplefilter(\"ignore\", category='UnitsWarning')"
128+
"from astropy.units import UnitsWarning\n",
129+
"warnings.simplefilter(\"ignore\", category=UnitsWarning)"
129130
]
130131
},
131132
{

0 commit comments

Comments
 (0)