From e0223c4aab8798b83a97e9147a875d131220b928 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen <39831871+rosteen@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:33:30 -0400 Subject: [PATCH] Update jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com> --- .../configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py b/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py index d3538f0dd0..7a9768a6a9 100644 --- a/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py +++ b/jdaviz/configs/imviz/plugins/aper_phot_simple/aper_phot_simple.py @@ -1079,7 +1079,6 @@ def calculate_batch_photometry(self, options=[], add_to_table=True, update_plots update_plots=this_update_plots, **option) except Exception as e: - raise failed_iters.append(i) if full_exceptions: exceptions.append(e)