Skip to content

Commit c4eb8d5

Browse files
feat: update HTML report template to iterate over generic diff rows.
1 parent 4046586 commit c4eb8d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "infer-check"
8-
version = "0.1.1"
8+
version = "0.1.1.1"
99
description = "Correctness and reliability testing for LLM inference engines"
1010
readme = "README.md"
1111
license = { text = "Apache-2.0" }

src/infer_check/reporting/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
</tr>
420420
</thead>
421421
<tbody>
422-
{% for row in diff_failures %}
422+
{% for row in diff_rows %}
423423
<tr>
424424
<td style="font-family:monospace;font-size:0.78rem;">{{ row.prompt_id }}</td>
425425
<td>

0 commit comments

Comments
 (0)