fix: downgrade VP Jain fixture attribution

This commit is contained in:
732642856
2026-07-18 01:30:50 +08:00
parent 67503005d1
commit 8a7f43b5b6
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ from scripts.vp_jain_shadbala_benchmark import build_report
def test_vp_jain_published_component_benchmark_is_fully_classified() -> None:
report = build_report()
assert report["case"]["name"] == "VP Jain published Shadbala example"
assert report["case"]["name"] == "VP Jain-attributed Shadbala fixture"
assert report["source"] == {
"upstream": "PyJHora V4.8.7 pvr_tests.py::shadbala_VPJainBook_tests",
"upstream_commit": "ca22995709bd60e371e7820a1a5efc80ce4cf821",
"upstream_url": "https://github.com/naturalstupid/PyJHora/blob/ca22995709bd60e371e7820a1a5efc80ce4cf821/src/jhora/tests/pvr_tests.py#L6853",
"upstream_issue": None,
"license_boundary": "AGPL-3.0 process-isolated numeric expectations only; no implementation copied.",
"truth_status": "candidate_published_example_replay_not_independent_arbitration",
"truth_status": "candidate_attributed_fixture_replay_not_independent_arbitration",
}
assert report["summary"]["row_count"] == 42
assert report["summary"]["classified_count"] == 42