Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jul 29, 2024
1 parent 4aa31b9 commit 530f89e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flint/prefect/flows/continuum_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,6 @@ def process_science_fields(
reference_catalogue_directory=field_options.reference_catalogue_directory,
)

if field_options.rounds is None:
logger.info("No self-calibration will be performed. Returning")
return

# Set up the default value should the user activated mask option is not set
fits_beam_masks = None

Expand Down

0 comments on commit 530f89e

Please sign in to comment.