Closed tsalo closed 1 week ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 33.52%. Comparing base (
4495e9d
) to head (95825cb
).
Files with missing lines | Patch % | Lines |
---|---|---|
qsirecon/workflows/recon/anatomical.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Good question. I just looked and SUBJECTS_DIR
isn't used anywhere except for the FreeSurferIngressTest.sh file.
Closes #45 and closes #139.
Changes proposed in this pull request
--freesurfer-input
parameter to--fs-subjects-dir
.fs_subjects_dir
in places where it was probably supposed to be usingfreesurfer_input
, so this almost certainly fixes some bugs.fs_subjects_dir
exists in the parser. This should fix #139.