Skip to content

Commit

Permalink
update nb
Browse files Browse the repository at this point in the history
  • Loading branch information
jrob93 committed May 13, 2024
1 parent 83d917e commit 5149651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/outlier_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
" ax1.axhline(res_std * i, ls=\":\", c=\"C{}\".format(i), label=\"{} sigma\".format(i))\n",
" ax1.axhline(-res_std * i, ls=\":\", c=\"C{}\".format(i))\n",
"\n",
"mask2 = utils.outlier_sigma_diff(res, yerr, std_err)\n",
"mask = utils.outlier_sigma_diff(res, yerr, std_err)\n",
"ax1.scatter(x[mask], res[mask], edgecolor=\"r\", facecolor=\"none\", marker=\"o\", zorder=3)\n",
"\n",
"ax1.invert_yaxis()\n",
Expand Down

0 comments on commit 5149651

Please sign in to comment.