Skip to content

Commit

Permalink
fix: Only check for sorted times in arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 3, 2024
1 parent 8692e1f commit b525110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/mri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ BolusCutOffDelayTimeNotMonotonicallyIncreasing:
level: error
selectors:
- modality == "mri"
- sidecar.BolusCutOffDelayTime != null
- type(sidecar.BolusCutOffDelayTime) == 'array'
checks:
- allequal(sorted(sidecar.BolusCutOffDelayTime), sidecar.BolusCutOffDelayTime)

Expand Down

0 comments on commit b525110

Please sign in to comment.