From 82b88cb84b678daea453ffd9be2442a4a0772831 Mon Sep 17 00:00:00 2001 From: Jon Blower Date: Thu, 3 Oct 2024 17:09:11 +0100 Subject: [PATCH] Correction to shape of example NdArray --- standard/clause_specification_text.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard/clause_specification_text.adoc b/standard/clause_specification_text.adoc index 9c348fa259..64df1b4ee5 100644 --- a/standard/clause_specification_text.adoc +++ b/standard/clause_specification_text.adoc @@ -669,7 +669,7 @@ Example: { "type": "NdArray", "dataType": "float", - "shape": [4, 2], + "shape": [2, 4], "axisNames": ["y", "x"], "values": [ 12.3, 12.5, 11.5, 23.1,