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

Commit 0fd5728

Browse files
committed
update to w_2021_40 and change to warnings
1 parent 7caa1db commit 0fd5728

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

08a_Interactive_Image_Visualization.ipynb

Lines changed: 1 addition & 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 Image Visualization</b> <br>\n",
10-
"Last verified to run on <b>2021-09-17</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",
@@ -112,7 +112,6 @@
112112
"source": [
113113
"# Ignore warnings\n",
114114
"import warnings\n",
115-
"warnings.simplefilter(\"ignore\", category='UnitsWarning')\n",
116115
"warnings.simplefilter(\"ignore\", category=UserWarning)"
117116
]
118117
},

0 commit comments

Comments
 (0)