Skip to content

Commit

Permalink
enabled the cli plot
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jan 26, 2024
1 parent 02fe32c commit a5892a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions flint/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1461,13 +1461,13 @@ def cli() -> None:
parser = get_parser()

args = parser.parse_args()
# create_validation_plot(
# processed_ms_paths=args.processed_ms_paths,
# rms_image_path=args.rms_image_path,
# source_catalogue_path=args.source_catalogue_path,
# output_path=args.output_path,
# reference_catalogue_directory=args.reference_catalogue_directory,
# )
create_validation_plot(
processed_ms_paths=args.processed_ms_paths,
rms_image_path=args.rms_image_path,
source_catalogue_path=args.source_catalogue_path,
output_path=args.output_path,
reference_catalogue_directory=args.reference_catalogue_directory,
)

validation_tables = create_validation_tables(
processed_ms_paths=args.processed_ms_paths,
Expand Down

0 comments on commit a5892a6

Please sign in to comment.