Skip to content

Fast-lane backlog: 4 unregistered numerical clamps in physics tree #1173

@neuron7xLab

Description

@neuron7xLab

Surfaced by the restored fast oracle (#1153). tests/tools/test_numerical_policy.py::test_physics_tree_has_zero_unregistered_clamps reports 4 clamps not declared in the numerical-policy registry:

  • core/kuramoto/engine.py:295 [saturate_clip] np.clip(np.abs(z),0,1)
  • core/physics/forman_ricci.py:175 [abs_sign_loss]
  • core/physics/forman_ricci.py:269 [floor_maximum] np.maximum(np.abs(prices),1e-12)
  • core/physics/forman_ricci.py:375 [floor_builtin] max(0.0, kappa_min - _MARGIN_ESCALATION_ONSET)

Some originate from #1150/#1152 Forman-Ricci work merged under the vacuous oracle.

Drain criterion: register each clamp with declared bound+justification (or refactor if unjustified); test green under real oracle; remove quarantine line. Quarantined in #1153.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions