Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Only require notes for partial conformance
  • Loading branch information
JelleZijlstra committed Mar 7, 2026
commit a55a2794de094929cd700286c9fbe241010d9a8c
2 changes: 1 addition & 1 deletion conformance/src/validate_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _validate_result(file: Path, results_dir: Path, info: dict[str, Any]) -> lis
f"conformance_automated={automated!r}"
)

if not conformant_is_pass:
if conformant == "Partial":
notes = info.get("notes", "")
if not isinstance(notes, str) or not notes.strip():
issues.append(
Expand Down