Skip to content

PR1400 repair: remove audit loop without T*N*N regression #1401

Description

@neuron7xLab

PR1400 repair state

Current head: 97e4c76.

Resolved:

  • np.fromiter removed from _swing_energy_trajectory.
  • Dense-formula equivalence test added.
  • PR Gate python-quality is green.
  • Mutation Kill workflow now uploads mutation-kill-diagnostics artifacts.

New hard evidence from mutation-kill-diagnostics artifact:

  • exit_code.txt: 2
  • stderr.log: empty
  • stdout.log: ERROR: could not establish baseline for core/kuramoto/second_order.py (probe exit 2); cannot verify floor.

Meaning:

  • Current Mutation Kill red is not yet a survivor-floor failure.
  • The blocker is earlier: mutation_probe cannot establish the baseline passing state for core/kuramoto/second_order.py under the enrolled tests.
  • Next repair target is the baseline selector/test runtime, not mutation-floor tuning.

Still active:

  • Mutation Kill Gate: red at baseline establishment / probe exit 2.
  • PR Gate: fast deterministic pytest gate red; python-fast-shard (3) and (4) remain failing after reruns.

Forbidden:

  • no ready;
  • no merge;
  • no baseline edit;
  • no mutation floor edit;
  • no blind quarantine;
  • no fake-green.

Required next step:
Run the exact enrolled tests locally/Codex first:
python -m pytest tests/unit/physics/test_T18b_second_order_stability_guard.py tests/unit/physics/test_second_order_stability_audit.py -q

Then run:
python tools/mutation_probe.py core/kuramoto/second_order.py --tests tests/unit/physics/test_T18b_second_order_stability_guard.py tests/unit/physics/test_second_order_stability_audit.py --only-logic --fail-under 0.76 --json tmp/second_order_mutation_probe.json

Patch only the exact baseline failure. Do not edit floors or baselines.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions