[codex] fix deterministic baseline tests#3
Open
atimics wants to merge 1 commit into
Open
Conversation
atimics
marked this pull request as ready for review
June 29, 2026 04:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Five deterministic tests were failing on latest
mainin this environment. The failures were baseline/test-contract issues rather than C-kernel regressions: one cached decode midpoint tie depended on last-bit reduction order, the early-stop bound landed exactly on the old exclusive threshold, the densify benchmark used a too-short default budget for its strong claim, and the MIS generation test asserted an environment-sensitive predictor-vs-verifier direction even though the no-op result remained stable.Validation
/Users/ratimics/develop/.venvs/holostuff/bin/python -m pytest -q test_holographic_archive.py::test_scalar_decode_cached_matrix_matches_loop test_holographic_aniso_earlystop.py::test_holographic_aniso_earlystop_selftest test_holographic_densify.py::test_holographic_densify_selftest test_holographic_misgen.py::test_holographic_misgen_noop_selftest test_integration.py::test_splat_densify_beats_one_shot_on_multiscale-> 5 passed/Users/ratimics/develop/.venvs/holostuff/bin/python -m pytest -q test_holographic_archive.py test_holographic_aniso_earlystop.py test_holographic_densify.py test_holographic_misgen.py-> 14 passed/Users/ratimics/develop/.venvs/holostuff/bin/python -m pytest -q test_integration.py::test_splat_densify_beats_one_shot_on_multiscale test_integration.py::test_adaptive_encoder_resolution_on_nonuniform_data-> 2 passed/Users/ratimics/develop/.venvs/holostuff/bin/python -m pytest -q-> 1607 passed, 17 skipped, 1 warninggit diff --check