Skip to content

fix(pipelines): correct svg_montage_path key typo in qsiprep config#16

Open
laurapiro17 wants to merge 1 commit intonipoppy:mainfrom
laurapiro17:fix/qsiprep-config-typo
Open

fix(pipelines): correct svg_montage_path key typo in qsiprep config#16
laurapiro17 wants to merge 1 commit intonipoppy:mainfrom
laurapiro17:fix/qsiprep-config-typo

Conversation

@laurapiro17
Copy link
Copy Markdown
Contributor

the key "svg_montage_,path" (with a stray comma) appears in three QC tasks in qsiprep_qc.json:

  • t1_2_mni_qc
  • sdc_wf_qc
  • coreg_wf_qc

because the key doesn't match the QCTask pydantic model field name, the SVG montage paths are silently ignored and those panels show "SVG montage not found" even when the files exist. renamed all three to "svg_montage_path".

anat_wf_qc was already correct.

'svg_montage_,path' had a stray comma in the key name for t1_2_mni_qc,
sdc_wf_qc and coreg_wf_qc — causing SVG montages to silently not load
for those QC tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant