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
Strengthen Case 2 unit test: verify full probability distribution
Replace test_top_prediction_on_tail with test_tail_high_probability.
Now checks tail (atoms 0-9) high probability AND non-tail low probability.
Before bugfix (d858ff2): tail_sum=0.3755, FAILS (< 0.5 threshold)
After bugfix (5918489): tail_sum=0.7433, PASSES
0 commit comments