Skip to content

Commit

Permalink
[SONAR] fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Oct 9, 2024
1 parent fe44f92 commit d6bc958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/raw2science_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main():
df = df.filter(df["candidate.nbad"] == 0).filter(df["candidate.rb"] >= 0.55)

# Apply science modules
df = apply_science_modules(df, logger)
df = apply_science_modules(df)

# Add tracklet information
df_trck = spark.read.format("parquet").load(input_raw)
Expand Down

0 comments on commit d6bc958

Please sign in to comment.