From 9df3941ed8d27231c8b3ed238b50bb9ee16b4b42 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 9 Nov 2023 16:26:01 -0500 Subject: [PATCH] SCHEMA: Check for three bvec rows --- src/schema/rules/checks/dwi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schema/rules/checks/dwi.yaml b/src/schema/rules/checks/dwi.yaml index 4183c51e74..d0b71d9a2a 100644 --- a/src/schema/rules/checks/dwi.yaml +++ b/src/schema/rules/checks/dwi.yaml @@ -41,7 +41,7 @@ DWIBvecRows: - suffix == "dwi" - '"bvec" in associations' checks: - - associations.bvec.n_rows == 1 + - associations.bvec.n_rows == 3 # 32 DWIMissingBvec: