You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: show key value in refusals and add verdict line
In key mode, refusal examples now show the key value (e.g., key "B")
instead of a record number. All refusal bodies now begin with "Cannot
produce a verdict." so the output is self-contained even without the
RVL ERROR banner.
Closes#8, closes#9
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
{"version":"rvl.v0","outcome":"REFUSAL","files":{"old":"tests/fixtures/regression/missingness_key_old.csv","new":"tests/fixtures/regression/missingness_key_new.csv"},"alignment":{"mode":"key","key_column":"u8:id"},"dialect":{"old":{"delimiter":",","quote":"\"","escape":null},"new":{"delimiter":",","quote":"\"","escape":null}},"threshold":0.95,"tolerance":1e-9,"counts":{"rows_old":null,"rows_new":null,"rows_aligned":null,"columns_old":null,"columns_new":null,"columns_common":null,"columns_old_only":null,"columns_new_only":null,"numeric_columns":null,"numeric_cells_checked":null,"numeric_cells_changed":null},"metrics":{"total_change":null,"max_abs_delta":null,"top_k_coverage":null},"limits":{"max_contributors":25},"contributors":[],"refusal":{"code":"E_MISSINGNESS","message":"missing value vs numeric value","detail":{"column":"u8:amount","file":"old","key":"u8:B","record":2,"value":"u8:200.75"}}}
0 commit comments