Add decision_table_generator/tests/data/decision_config_sample.json
This commit is contained in:
parent
61e2fb762d
commit
87aaa51e5c
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"N_values": [10, 20, 50],
|
||||
"warn_threshold": 30.0,
|
||||
"rerun_options": ["off", "on"],
|
||||
"unknown_handling": "separate_gate"
|
||||
}
|
||||
Loading…
Reference in a new issue