Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] mat 7.3 support for SPM.mat files #3650

Merged
merged 3 commits into from
Oct 31, 2024

Fix in test_matlab.py

b330385
Select commit
Loading
Failed to load commit list.
Merged

[FIX] mat 7.3 support for SPM.mat files #3650

Fix in test_matlab.py
b330385
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project/patch succeeded Oct 4, 2024 in 0s

70.79% (target 0.00%)

View this Pull Request on Codecov

70.79% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 6.97674% with 40 lines in your changes missing coverage. Please review.

Project coverage is 70.79%. Comparing base (e03ab6f) to head (b330385).

Files with missing lines Patch % Lines
nipype/utils/filemanip.py 5.12% 36 Missing and 1 partial ⚠️
nipype/interfaces/spm/model.py 33.33% 2 Missing ⚠️
nipype/interfaces/tests/test_matlab.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3650      +/-   ##
==========================================
- Coverage   70.83%   70.79%   -0.05%     
==========================================
  Files        1276     1276              
  Lines       59320    59357      +37     
  Branches     9826     9835       +9     
==========================================
+ Hits        42019    42021       +2     
- Misses      16125    16159      +34     
- Partials     1176     1177       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.