Skip to content

Commit a42758e

Browse files
committed
pass only column needed in new_sources function
1 parent 4b6683d commit a42758e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/pipeline/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def process_pipeline(self, p_run):
236236

237237
# STEP #4 New source analysis
238238
new_sources_df = new_sources(
239-
sources_df,
239+
sources_df[['source', 'image', 'flux_peak']],
240240
missing_sources_df,
241241
self.config.NEW_SOURCE_MIN_SIGMA,
242242
p_run

0 commit comments

Comments
 (0)