Skip to content

Commit

Permalink
Remove unnecessary check for test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Jul 2, 2024
1 parent 73a9a10 commit c86571f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/medperf/commands/dataset/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ def run_prepare(self):
raise e

self.ui.print("> Cube execution complete")
if not self.dataset.for_test:
report_sender.stop("finished")
report_sender.stop("finished")

def run_sanity_check(self):
sanity_check_timeout = config.sanity_check_timeout
Expand Down

0 comments on commit c86571f

Please sign in to comment.