Skip to content

Commit

Permalink
fix(schema): Remove SLICE_TIMING_AND_DURATION_MUTUALLY_EXCLUSIVE (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 22, 2024
1 parent de7098f commit e4bade7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/schema/rules/checks/func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,6 @@ VolumeTimingDelayTimeMutex:
checks:
- type(sidecar.DelayTime) == "null"

SliceTimingAcquisitionDurationMutex:
issue:
code: SLICE_TIMING_AND_DURATION_MUTUALLY_EXCLUSIVE
message: |
'SliceTiming' is defined for this file.
Neither 'DelayTime' nor 'AcquisitionDuration' may be defined in addition.
level: error
selectors:
- type(sidecar.SliceTiming) != "null"
checks:
- type(sidecar.AcquisitionDuration) == "null"
- type(sidecar.DelayTime) == "null"

VolumeTimingMissingAcquisitionDuration:
issue:
code: VOLUME_TIMING_MISSING_ACQUISITION_DURATION
Expand Down

0 comments on commit e4bade7

Please sign in to comment.