Skip to content

Commit d9a155b

Browse files
Rename MTS suffix (#135)
* rename MTS suffix * Disable sg_params_checker in CI This check is disabled until we fix spine-generic/spine-generic#264 --------- Co-authored-by: Mathieu Guay-Paquet <[email protected]>
1 parent 99e366d commit d9a155b

File tree

3,575 files changed

+3
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,575 files changed

+3
-2
lines changed

.github/workflows/validator.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
100100
- name: Checking BIDS compliance
101101
run: bids-validator --verbose ./
102-
- name: Checking acquisition parameters
103-
run: sg_params_checker -path-in ./
102+
# This check is disabled until we fix https://github.com/spine-generic/spine-generic/issues/264
103+
#- name: Checking acquisition parameters
104+
# run: sg_params_checker -path-in ./
104105
- name: Checking data consistency
105106
run: sg_check_data_consistency -path-in ./

0 commit comments

Comments
 (0)