Skip to content

Commit 019c19f

Browse files
committed
added 201_12
1 parent 1af5aab commit 019c19f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

DP1/200_Data_Products/201_Catalogs/201_12_CoaddPatches_table.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"metadata": {},
8686
"outputs": [],
8787
"source": [
88-
"import re\n",
8988
"import numpy as np\n",
9089
"import matplotlib.pyplot as plt\n",
9190
"from lsst.rsp import get_tap_service\n",
@@ -387,7 +386,7 @@
387386
"source": [
388387
"fig, ax = plt.subplots(1, 1, figsize=(5, 5))\n",
389388
"\n",
390-
"sel = results['lsst_tract']==4848\n",
389+
"sel = results['lsst_tract'] == 4848\n",
391390
"s_regions = results[sel]['s_region']\n",
392391
"\n",
393392
"for s_region in s_regions:\n",

0 commit comments

Comments
 (0)