From 5c6408c4a0aaf2a152759001489790e9082c9a00 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 6 Feb 2026 15:31:51 +0000 Subject: [PATCH] Add dry_run_mode/tests/data/sample_drift_report.json --- .../tests/data/sample_drift_report.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dry_run_mode/tests/data/sample_drift_report.json diff --git a/dry_run_mode/tests/data/sample_drift_report.json b/dry_run_mode/tests/data/sample_drift_report.json new file mode 100644 index 0000000..7734343 --- /dev/null +++ b/dry_run_mode/tests/data/sample_drift_report.json @@ -0,0 +1,19 @@ +{ + "strata": { + "pinned": { + "metric_drift": 0.02, + "threshold": 0.05, + "sample_size": 1200 + }, + "unpinned": { + "metric_drift": 0.12, + "threshold": 0.05, + "sample_size": 890 + } + }, + "metadata": { + "evaluation_timestamp": "2024-03-15T10:25:00Z", + "source": "unit_test_fixture", + "version": 1 + } +} \ No newline at end of file