From c84ecf0b3149da8170b4b85d85bdabac698d9a24 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 6 Feb 2026 15:31:49 +0000 Subject: [PATCH] Add policy_eval_script/tests/data/example_drift_report.json --- .../tests/data/example_drift_report.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 policy_eval_script/tests/data/example_drift_report.json diff --git a/policy_eval_script/tests/data/example_drift_report.json b/policy_eval_script/tests/data/example_drift_report.json new file mode 100644 index 0000000..e55872c --- /dev/null +++ b/policy_eval_script/tests/data/example_drift_report.json @@ -0,0 +1,25 @@ +{ + "strata": [ + { + "stratum": "user_behavior", + "metrics": { + "drift_score": 0.12, + "threshold": 0.1 + } + }, + { + "stratum": "transaction_patterns", + "metrics": { + "drift_score": 0.25, + "threshold": 0.2 + } + }, + { + "stratum": "region_distribution", + "metrics": { + "drift_score": 0.05, + "threshold": 0.1 + } + } + ] +} \ No newline at end of file