Skip to content

Commit

Permalink
SCHEMA: Check for three bvec rows
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 9, 2023
1 parent bf015e6 commit 9df3941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/dwi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DWIBvecRows:
- suffix == "dwi"
- '"bvec" in associations'
checks:
- associations.bvec.n_rows == 1
- associations.bvec.n_rows == 3

# 32
DWIMissingBvec:
Expand Down

0 comments on commit 9df3941

Please sign in to comment.