Add input_validation_script/tests/data/invalid_drift_report.json
This commit is contained in:
parent
70030a3590
commit
cd089cb964
1 changed files with 11 additions and 0 deletions
11
input_validation_script/tests/data/invalid_drift_report.json
Normal file
11
input_validation_script/tests/data/invalid_drift_report.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"policy_hash": "abc123",
|
||||
"run_id": "run_0001",
|
||||
"pinned_flag": true,
|
||||
"mischfenster_p95": "not_a_number",
|
||||
"metrics": {
|
||||
"drift_score": 0.87,
|
||||
"feature_count": 15
|
||||
},
|
||||
"unknown_label": "type_error_in_mischfenster_p95"
|
||||
}
|
||||
Loading…
Reference in a new issue