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
Prior commit moved shape / emptiness / finiteness checks into the
port but left bwcheck validation above them. As a result, empty or
non-finite inputs got "bwcheck exceeds sample size" errors instead
of the targeted contract messages the tests expect. Reorder so
input-shape validation runs first, then bwcheck, then kernel/vce.
Drop duplicate N assignment.
185 tests pass (unchanged).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments