spec: 0106 fix — worked example uses typed Scalar axis cells
The campaign example wrote bare JSON numbers in the axes while the spec's own typed-cell clause (op-script bind parity) requires the tagged Scalar wire form. Example now matches the clause; no assumption changed. refs #189
This commit is contained in:
@@ -126,7 +126,8 @@ resolution comment):
|
||||
},
|
||||
"strategies": [
|
||||
{ "ref": { "content_id": "9f3a…" },
|
||||
"axes": { "fast": [8, 12, 16], "slow": [21, 34] } }
|
||||
"axes": { "fast": [{"I64": 8}, {"I64": 12}, {"I64": 16}],
|
||||
"slow": [{"I64": 21}, {"I64": 34}] } }
|
||||
],
|
||||
"process": { "ref": { "content_id": "4e2d…" } },
|
||||
"seed": 1,
|
||||
|
||||
Reference in New Issue
Block a user