chore(gsm8k): fix Gate A1 file endings
This commit is contained in:
parent
a91a7715af
commit
c37f97bec3
3 changed files with 3 additions and 3 deletions
|
|
@ -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**)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue