sgbaird commited on
Commit
5b742f8
1 Parent(s): 0b7d32c

add c3_2 categorical option

Browse files

Left out by accident I think

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ BLINDED_PARAM_BOUNDS = [
77
  {"name": "x20", "type": "range", "bounds": [0.0, 1.0]},
78
  {"name": "c1", "type": "choice", "values": ["c1_0", "c1_1"]},
79
  {"name": "c2", "type": "choice", "values": ["c2_0", "c2_1"]},
80
- {"name": "c3", "type": "choice", "values": ["c3_0", "c3_1"]},
81
  {"name": "fidelity1", "type": "range", "bounds": [0.0, 1.0]},
82
  ]
83
 
 
77
  {"name": "x20", "type": "range", "bounds": [0.0, 1.0]},
78
  {"name": "c1", "type": "choice", "values": ["c1_0", "c1_1"]},
79
  {"name": "c2", "type": "choice", "values": ["c2_0", "c2_1"]},
80
+ {"name": "c3", "type": "choice", "values": ["c3_0", "c3_1", "c3_2"]},
81
  {"name": "fidelity1", "type": "range", "bounds": [0.0, 1.0]},
82
  ]
83