Skip to content

Commit 7e17594

Browse files
committed
Fix typo in test_reporting.py snapshot
1 parent cf66986 commit 7e17594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/evals/test_reporting.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -988,9 +988,9 @@ async def test_evaluation_renderer_with_experiment_metadata(sample_report_case:
988988
│ temperature: 0.7 │
989989
│ prompt_version: v2 │
990990
╰───────────────────────────────────╯
991-
┏━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┓
992-
┃ ┃ ┃ ┃ ┃ ┃ Assertio ┃ ┃
993-
┃ Case ID ┃ Inputs ┃ Scores ┃ Labels ┃ Metrics ┃ ns ┃ Duration ┃
991+
┏━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━┓
992+
┃ ┃ ┃ ┃ ┃ ┃ Assertions ┃ ┃
993+
┃ Case ID ┃ Inputs ┃ Scores ┃ Labels ┃ Metrics ┃ ┃ Duration ┃
994994
┡━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━┩
995995
│ test_ca… │ {'query' │ score1: │ label1: │ accuracy: │ ✔ │ 100.0ms │
996996
│ │ : 'What │ 2.50 │ hello │ 0.950 │ │ │

0 commit comments

Comments
 (0)