MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / test_record_accumulates

Function test_record_accumulates

tests/test_shadow.py:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def test_record_accumulates():
24 tracker = ShadowTracker(eval_window=100)
25 _record(tracker, a_pred=0, b_pred=1, c_pred=0, ens_tier=0, gold=0)
26 assert tracker.record_count == 1
27
28
29def test_non_overlapping_windows():

Callers

nothing calls this directly

Calls 2

ShadowTrackerClass · 0.90
_recordFunction · 0.85

Tested by

no test coverage detected