Skip to content

Commit 02b474b

Browse files
authored
Merge pull request #922 from InfuseAI/chore/sc-32530/adjust-compare-reports-behavior
[Chore] Adjust compare-reports command behavior
2 parents 276a0c5 + 0398eab commit 02b474b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

piperider_cli/compare_report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ def _walk_throw_runs(path):
360360
def get_the_last_two_reports(self):
361361
outputs = self.list_existing_outputs()
362362
outputs.sort(key=lambda x: x.created_at)
363-
outputs = list(filter(lambda x: x.name == outputs[-1].name, outputs))
364363
if len(outputs) < 2:
365364
return None, None
366365
return outputs[-2:]

0 commit comments

Comments
 (0)