Skip to content

Commit

Permalink
remove prv_candidates for offline roid
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Jan 18, 2024
1 parent 0cc5ed5 commit 25495a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_fat/command_line/cli_main/offline_fitroid/run_roid.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def addFileToSpark(
[
col
for col in df.columns
if col not in ["cutoutScience", "cutoutDifference", "cutoutTemplate"]
if col not in ["cutoutScience", "cutoutDifference", "cutoutTemplate", "prv_candidates"]
]
)

Expand Down

0 comments on commit 25495a8

Please sign in to comment.