Skip to content

Commit 987b932

Browse files
peterhollenderebrahimebrahim
authored andcommitted
Update example_protocol.json
for #347
1 parent 35ae3aa commit 987b932

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/resources/example_db/protocols/example_protocol/example_protocol.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,15 @@
8888
"param_constraints": {
8989
"MI": { "operator": "<", "error_value": 1.9 }
9090
},
91-
"target_constraints": [],
91+
"target_constraints": [
92+
{
93+
"dim": "x",
94+
"name": "Lateral",
95+
"units": "mm",
96+
"min": -100,
97+
"max": 100
98+
}
99+
],
92100
"virtual_fit_options": {
93101
"units": "mm",
94102
"transducer_steering_center_distance": 50.0,

0 commit comments

Comments
 (0)