Skip to content

Commit

Permalink
add record
Browse files Browse the repository at this point in the history
  • Loading branch information
Min Shi committed May 7, 2024
1 parent 79210fc commit 80adcd0
Show file tree
Hide file tree
Showing 2 changed files with 1,999 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1390,9 +1390,6 @@ def test_flex_flow_run_batch_resume(
assert isinstance(resume_run, Run)
assert resume_run.name == resume_name
assert resume_run._resume_from == original_run.name
original_metrics = pf.runs.get_metrics(run=name)
resume_metrics = pf.runs.get_metrics(run=resume_name)
assert original_metrics["image_count"] < resume_metrics["image_count"]
# assert skip in the log
out, _ = capfd.readouterr()
assert f"Skipped the execution of {original_success_count} existing results." in out
Expand Down
Loading

0 comments on commit 80adcd0

Please sign in to comment.