Skip to content

Commit

Permalink
[fix] test report skip key
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Colangelo committed Dec 11, 2024
1 parent 426d24f commit db35c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_against_example_reports(self):
self.compare_yaml_files(
TEST_SUMMARY_YAML_REPORT,
yaml_report_filepath,
skip_keys=["report_date", "onnx_file"],
skip_keys=["report_date", "model_file"],
)
)

Expand Down

0 comments on commit db35c40

Please sign in to comment.