Closed effigies closed 1 month ago
Attention: Patch coverage is 99.52381%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 70.83%. Comparing base (
4d1352a
) to head (f2e9d32
). Report is 10 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
nipype/interfaces/spm/base.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR:
traits.BaseTuple
to recover the previously lax behavior that allowedTuple()
to check the length and types of arguments without insisting on the container. This fixes the problem that traits. 6.4 introduced, which particularly broke JSON load/save of input specs.Closes #3661.