Add decision_table_generator/tests/data/decision_config_sample.json

This commit is contained in:
Mika 2026-02-01 17:57:03 +00:00
parent 61e2fb762d
commit 87aaa51e5c

View file

@ -0,0 +1,6 @@
{
"N_values": [10, 20, 50],
"warn_threshold": 30.0,
"rerun_options": ["off", "on"],
"unknown_handling": "separate_gate"
}