chore(gsm8k): fix Gate A1 file endings

This commit is contained in:
Shay 2026-06-17 14:00:13 -07:00
parent a91a7715af
commit c37f97bec3
3 changed files with 3 additions and 3 deletions

View file

@ -127,4 +127,4 @@ Gate A1 implementation loop is **closed** when:
3. Matcher + injector + exemplars + accepted proposal on serving path (**done**) 3. Matcher + injector + exemplars + accepted proposal on serving path (**done**)
4. `comparative_with_unit` live no-injection = 0 (**done**) 4. `comparative_with_unit` live no-injection = 0 (**done**)
5. `wrong=0` on exercised lanes (**done**) 5. `wrong=0` on exercised lanes (**done**)
6. This lookback doc lands with patch (**this PR**) 6. This lookback doc lands with patch (**this PR**)

View file

@ -108,7 +108,7 @@ def test_post_inc3_live_runner_has_zero_rate_no_injection():
def test_post_gate_a1_live_runner_has_zero_comparative_no_injection(): def test_post_gate_a1_live_runner_has_zero_comparative_no_injection():
"""Live train_sample: comparative_with_currency bucket closed at injector.""" """Live train_sample: comparative_with_unit bucket closed at injector."""
import re import re
from collections import Counter from collections import Counter

View file

@ -190,4 +190,4 @@ def test_matched_tokens_ground_in_source_sentence():
c = emitted[0] c = emitted[0]
assert c.matched_actor_token in sentence assert c.matched_actor_token in sentence
assert c.matched_reference_actor_token in sentence assert c.matched_reference_actor_token in sentence
assert c.matched_unit_token in sentence assert c.matched_unit_token in sentence