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
Two mocked-response tests for ``get_stats_data``:
- ``test_get_stats_data_drops_hash_ids_by_default`` asserts
``computation_id`` and ``parent_time_series_id`` are removed when
``include_hash_ids=False`` (the new default).
- ``test_get_stats_data_keeps_hash_ids_when_opted_in`` asserts the
opt-in path preserves them, matching the legacy behavior.
Both use ``monkeypatch`` to stub ``_handle_stats_nesting`` so the
fake response only needs to carry the column shape, not the full
nested-percentile body.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments