Closed tsalo closed 11 months ago
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
d6c868c
) 78.98% compared to head (780cfcd
) 78.90%.
Files | Patch % | Lines |
---|---|---|
aslprep/interfaces/utility.py | 50.00% | 1 Missing and 1 partial :warning: |
aslprep/utils/asl.py | 50.00% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
test_001 may not have the necessary metadata for SyN:
Traceback:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 397, in run
runtime = self._run_interface(runtime)
File "/usr/local/miniconda/lib/python3.10/site-packages/sdcflows/interfaces/epi.py", line 57, in _run_interface
self._results["readout_time"] = get_trt(
File "/usr/local/miniconda/lib/python3.10/site-packages/sdcflows/utils/epimanip.py", line 228, in get_trt
raise ValueError("Unknown total-readout time specification")
ValueError: Unknown total-readout time specification
Closes none, but should make the error messages that could be raised by ReduceASLFiles more informative.
I noticed some related errors in the Sentry logs for this week.
Changes proposed: