Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed May 28, 2024
1 parent a895496 commit abc157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/full_day_auto_checker.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
" while True:\n",
" # compute DPSS-filtered z-scores with current array-wide RFI mask\n",
" zscores = auto_bl_zscores(sum_autos, rfi_flags, cache=cache,\n",
" prior_class = auto_power_class + auto_slope_class + zeros_class + xengine_diff_class)\n",
" prior_class=(auto_power_class + auto_slope_class + zeros_class + xengine_diff_class))\n",
" rms = {bl: np.nanmean(zscores[bl]**2)**.5 if np.any(np.isfinite(zscores[bl])) else np.inf for bl in zscores}\n",
"\n",
" # figure out which autos to use for finding new set of flags\n",
Expand Down

0 comments on commit abc157f

Please sign in to comment.